-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
324 additions
and
2 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...ts/jts16_c/jotego.jts16_c/Time Scanner (set 3, Japan, System 16B) (FD1089B 317-0024).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"instance":{ | ||
"magic": "APF_VER_1", | ||
"core_select": { | ||
"id": 1, | ||
"select": true | ||
}, | ||
"data_path": "", | ||
"data_slots": [ | ||
{ | ||
"id": 1, | ||
"filename": "timescan3.rom" | ||
}, | ||
{ | ||
"id": 2, | ||
"filename": "timescan3.sav" | ||
} | ||
], | ||
"memory_writes": [ | ||
{ | ||
"address": "0xf9000000", | ||
"data": "0xE105" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...ego.jts16_c/_alternatives/Time Scanner (set 3, Japan, System 16B) (FD1089B 317-0024).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"input":{ | ||
"magic": "APF_VER_1", | ||
"controllers": [ | ||
{ | ||
"type": "default", | ||
"mappings": [ | ||
{ | ||
"id": 0, | ||
"name": "L. Flipper/Ball Start", | ||
"key": "pad_btn_a" | ||
}, | ||
{ | ||
"id": 1, | ||
"name": "R. Flipper/Lane Shift", | ||
"key": "pad_btn_b" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
254 changes: 254 additions & 0 deletions
254
...ego.jts16_c/_alternatives/Time Scanner (set 3, Japan, System 16B) (FD1089B 317-0024).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,254 @@ | ||
{ | ||
"interact":{ | ||
"magic": "APF_VER_1", | ||
"variables": [ | ||
{ | ||
"name": "Rotate screen", | ||
"id": 0, | ||
"type": "check", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfb000000", | ||
"defaultval": 4, | ||
"value": 4, | ||
"mask": "0xFFFFFFFB" | ||
}, | ||
{ | ||
"name": "Cabinet", | ||
"id": 1, | ||
"type": "list", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfa000000", | ||
"defaultval": 1, | ||
"value": 0, | ||
"mask": "0xFFFFFEFF", | ||
"options": [ | ||
{ | ||
"name": "Cocktail", | ||
"value": "0x0" | ||
}, | ||
{ | ||
"name": "Upright", | ||
"value": "0x100" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Extended Score", | ||
"id": 2, | ||
"type": "list", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfa000000", | ||
"defaultval": 15, | ||
"value": 0, | ||
"mask": "0xFFFFE1FF", | ||
"options": [ | ||
{ | ||
"name": "None", | ||
"value": "0x0" | ||
}, | ||
{ | ||
"name": "Ball 700000", | ||
"value": "0x200" | ||
}, | ||
{ | ||
"name": "Ball 600000", | ||
"value": "0x400" | ||
}, | ||
{ | ||
"name": "Ball 500000", | ||
"value": "0x600" | ||
}, | ||
{ | ||
"name": "Ball 400000", | ||
"value": "0x800" | ||
}, | ||
{ | ||
"name": "Ball 300000", | ||
"value": "0xA00" | ||
}, | ||
{ | ||
"name": "Ball 200000", | ||
"value": "0xC00" | ||
}, | ||
{ | ||
"name": "Ball 100000", | ||
"value": "0xE00" | ||
}, | ||
{ | ||
"name": "Credit 2000000/4000000", | ||
"value": "0x1000" | ||
}, | ||
{ | ||
"name": "Credit 1500000/3000000", | ||
"value": "0x1200" | ||
}, | ||
{ | ||
"name": "Credit 1200000/2500000", | ||
"value": "0x1400" | ||
}, | ||
{ | ||
"name": "Credit 1000000/2000000", | ||
"value": "0x1600" | ||
}, | ||
{ | ||
"name": "Credit 1800000", | ||
"value": "0x1800" | ||
}, | ||
{ | ||
"name": "Credit 1500000", | ||
"value": "0x1A00" | ||
}, | ||
{ | ||
"name": "Credit 1000000", | ||
"value": "0x1C00" | ||
}, | ||
{ | ||
"name": "Credit 1200000", | ||
"value": "0x1E00" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Number Match", | ||
"id": 3, | ||
"type": "check", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfa000000", | ||
"defaultval": 1, | ||
"value": 8192, | ||
"mask": "0xFFFFDFFF" | ||
}, | ||
{ | ||
"name": "Pin Rebound", | ||
"id": 4, | ||
"type": "list", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfa000000", | ||
"defaultval": 1, | ||
"value": 0, | ||
"mask": "0xFFFFBFFF", | ||
"options": [ | ||
{ | ||
"name": "A Little", | ||
"value": "0x0" | ||
}, | ||
{ | ||
"name": "Well", | ||
"value": "0x4000" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Lives", | ||
"id": 5, | ||
"type": "list", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfa000000", | ||
"defaultval": 1, | ||
"value": 0, | ||
"mask": "0xFFFF7FFF", | ||
"options": [ | ||
{ | ||
"name": "5", | ||
"value": "0x0" | ||
}, | ||
{ | ||
"name": "3", | ||
"value": "0x8000" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Flip Screen", | ||
"id": 6, | ||
"type": "check", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfa000000", | ||
"defaultval": 0, | ||
"value": 0, | ||
"value_off": 65536, | ||
"mask": "0xFFFEFFFF" | ||
}, | ||
{ | ||
"name": "Out Lane Pin", | ||
"id": 7, | ||
"type": "list", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfa000000", | ||
"defaultval": 1, | ||
"value": 0, | ||
"mask": "0xFFFDFFFF", | ||
"options": [ | ||
{ | ||
"name": "Far", | ||
"value": "0x0" | ||
}, | ||
{ | ||
"name": "Near", | ||
"value": "0x20000" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Special", | ||
"id": 8, | ||
"type": "list", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfa000000", | ||
"defaultval": 3, | ||
"value": 0, | ||
"mask": "0xFFF3FFFF", | ||
"options": [ | ||
{ | ||
"name": "2000000 Points", | ||
"value": "0x0" | ||
}, | ||
{ | ||
"name": "1 Credit", | ||
"value": "0x40000" | ||
}, | ||
{ | ||
"name": "3 Credits", | ||
"value": "0x80000" | ||
}, | ||
{ | ||
"name": "2 Credits", | ||
"value": "0xC0000" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Allow Continue", | ||
"id": 9, | ||
"type": "check", | ||
"enabled": true, | ||
"persist": true, | ||
"address": "0xfa000000", | ||
"defaultval": 1, | ||
"value": 1048576, | ||
"mask": "0xFFEFFFFF" | ||
}, | ||
{ | ||
"name": "Default", | ||
"id": 1015, | ||
"type": "number_u32", | ||
"enabled": false, | ||
"persist": false, | ||
"writeonly": true, | ||
"address": "0xfa000000", | ||
"defaultval": 16777215, | ||
"value": 0 | ||
} | ||
], | ||
"messages": [] | ||
} | ||
} |