1
- {
2
- "rom" : " 84pce_515.rom" ,
3
- "transfer_files" : [
4
- " bin/GRAPHX11.8xp"
5
- ],
6
- "target" : {
7
- "name" : " GRAPHX11" ,
8
- "isASM" : true
9
- },
10
- "sequence" : [
11
- " action|launch" , " delay|300" , " hash|rectangles" , " hash|palette_0" ,
12
- " key|enter" , " delay|1000" , " hash|palette_25" ,
13
- " key|enter" , " delay|1000" , " hash|palette_50" ,
14
- " key|enter" , " delay|1000" , " hash|palette_75" ,
15
- " key|enter" , " delay|1000" , " hash|palette_100" ,
16
- " key|enter" , " delay|300" , " hash|after_exit"
17
- ],
18
- "hashes" : {
19
- "rectangles" : {
20
- "description" : " Test rectangles" ,
21
- "start" : " vram_start" ,
22
- "size" : " vram_8_size" ,
23
- "expected_CRCs" : [ " 328D511E" ]
24
- },
25
- "palette_0" : {
26
- "description" : " Test lighten/darken fade, 0% progress" ,
27
- "start" : " lcdPalette" ,
28
- "size" : " 8" ,
29
- "expected_CRCs" : [ " 41C3BFF8" ]
30
- },
31
- "palette_25" : {
32
- "description" : " Test lighten/darken fade, 25% progress" ,
33
- "start" : " lcdPalette" ,
34
- "size" : " 8" ,
35
- "expected_CRCs" : [ " 5F64F889" ]
36
- },
37
- "palette_50" : {
38
- "description" : " Test lighten/darken fade, 50% progress" ,
39
- "start" : " lcdPalette" ,
40
- "size" : " 8" ,
41
- "expected_CRCs" : [ " C48CEF7C" ]
42
- },
43
- "palette_75" : {
44
- "description" : " Test lighten/darken fade, 75% progress" ,
45
- "start" : " lcdPalette" ,
46
- "size" : " 8" ,
47
- "expected_CRCs" : [ " 81FEDD4E" ]
48
- },
49
- "palette_100" : {
50
- "description" : " Test lighten/darken fade, 100% progress" ,
51
- "start" : " lcdPalette" ,
52
- "size" : " 8" ,
53
- "expected_CRCs" : [ " B451E096" ]
54
- },
55
- "after_exit" : {
56
- "description" : " Back to the home screen (exit check)" ,
57
- "start" : " vram_start" ,
58
- "size" : " vram_16_size" ,
59
- "expected_CRCs" : [ " FFAF89BA" , " 101734A5" ]
60
- }
61
- }
1
+ {
2
+ "rom" : " 84pce_515.rom" ,
3
+ "transfer_files" : [
4
+ " bin/GRAPHX11.8xp"
5
+ ],
6
+ "target" : {
7
+ "name" : " GRAPHX11" ,
8
+ "isASM" : true
9
+ },
10
+ "sequence" : [
11
+ " action|launch" , " delay|300" , " hash|rectangles" , " hash|palette_0" ,
12
+ " key|enter" , " delay|1000" , " hash|palette_25" ,
13
+ " key|enter" , " delay|1000" , " hash|palette_50" ,
14
+ " key|enter" , " delay|1000" , " hash|palette_75" ,
15
+ " key|enter" , " delay|1000" , " hash|palette_100" ,
16
+ " key|enter" , " delay|300" , " hash|after_exit"
17
+ ],
18
+ "hashes" : {
19
+ "rectangles" : {
20
+ "description" : " Test rectangles" ,
21
+ "start" : " vram_start" ,
22
+ "size" : " vram_8_size" ,
23
+ "expected_CRCs" : [ " 328D511E" ]
24
+ },
25
+ "palette_0" : {
26
+ "description" : " Test lighten/darken fade, 0% progress" ,
27
+ "start" : " lcdPalette" ,
28
+ "size" : " 8" ,
29
+ "expected_CRCs" : [ " 41C3BFF8" ]
30
+ },
31
+ "palette_25" : {
32
+ "description" : " Test lighten/darken fade, 25% progress" ,
33
+ "start" : " lcdPalette" ,
34
+ "size" : " 8" ,
35
+ "expected_CRCs" : [ " 5F64F889" ]
36
+ },
37
+ "palette_50" : {
38
+ "description" : " Test lighten/darken fade, 50% progress" ,
39
+ "start" : " lcdPalette" ,
40
+ "size" : " 8" ,
41
+ "expected_CRCs" : [ " C48CEF7C" ]
42
+ },
43
+ "palette_75" : {
44
+ "description" : " Test lighten/darken fade, 75% progress" ,
45
+ "start" : " lcdPalette" ,
46
+ "size" : " 8" ,
47
+ "expected_CRCs" : [ " 81FEDD4E" ]
48
+ },
49
+ "palette_100" : {
50
+ "description" : " Test lighten/darken fade, 100% progress" ,
51
+ "start" : " lcdPalette" ,
52
+ "size" : " 8" ,
53
+ "expected_CRCs" : [ " B451E096" ]
54
+ },
55
+ "after_exit" : {
56
+ "description" : " Back to the home screen (exit check)" ,
57
+ "start" : " vram_start" ,
58
+ "size" : " vram_16_size" ,
59
+ "expected_CRCs" : [ " FFAF89BA" , " 101734A5" ]
60
+ }
61
+ }
62
62
}
0 commit comments