TI-84/autotester.json

32 lines
617 B
JSON
Raw Permalink Normal View History

2020-10-11 12:45:50 +02:00
{
"rom": "84pce_515.rom",
"transfer_files": [
"bin/DEMO.8xp"
],
"target": {
"name": "DEMO",
"isASM": true
},
"sequence": [
"action|launch",
"hashWait|1",
"key|clear",
"hashWait|2"
],
"hashes": {
"1": {
"description": "Make sure the sprite is displayed",
"start": "vram_start",
"size": "vram_8_size",
"expected_CRCs": [ "F9825FDD" ]
},
"2": {
"description": "Back to the home screen (exit check)",
"start": "vram_start",
"size": "vram_16_size",
"expected_CRCs": [ "FFAF89BA", "101734A5", "9DA19F44" ]
}
}
}