1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
{
"rom": "84pce_515.rom",
"transfer_files": [
"bin/DEMO.8xp"
],
"target": {
"name": "DEMO",
"isASM": true
},
"sequence": [
"action|launch",
"delay|700",
"key|1",
"delay|200",
"key|2",
"delay|200",
"key|enter",
"hashWait|1",
"key|enter",
"hashWait|2"
],
"hashes": {
"1": {
"description": "Output should be 'N is 12.'",
"start": "0xD44B00",
"size": "128000",
"size_comment": "offset + 320x200x2 because we don't want the busy indicator",
"expected_CRCs": [ "44FD49F5" ]
},
"2": {
"description": "Back to the home screen (exit check)",
"start": "vram_start",
"size": "vram_16_size",
"expected_CRCs": [ "FFAF89BA", "101734A5", "9DA19F44" ]
}
}
}
|