TI-84/autotester.json

32 lines
627 B
JSON
Raw Normal View History

2019-12-17 22:50:36 +01:00
{
"rom": "84pce_515.rom",
"transfer_files": [
"bin/DEMO.8xp"
],
"target": {
"name": "DEMO",
"isASM": true
},
"sequence": [
"action|launch",
"hashWait|1",
"key|enter",
"hashWait|2"
],
"hashes": {
"1": {
"description": "Make sure the sprites are displayed properly",
"start": "vram_start",
"size": "vram_8_size",
"expected_CRCs": [ "DF7FD32" ]
},
"2": {
"description": "Back to the home screen (exit check)",
"start": "vram_start",
"size": "vram_16_size",
"expected_CRCs": [ "FFAF89BA", "101734A5", "9DA19F44" ]
}
}
}