Skip to content

Commit

Permalink
Release dc4548b
Browse files Browse the repository at this point in the history
  • Loading branch information
espiox committed Sep 20, 2024
1 parent 40a06b4 commit 9c3c554
Show file tree
Hide file tree
Showing 7 changed files with 324 additions and 2 deletions.
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"
}
]
}
}
4 changes: 2 additions & 2 deletions Cores/jotego.jts16_c/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"description": "Arcade",
"author": "jotego",
"url": "https://patreon.com/jotego",
"version": "324111a",
"date_release": "2024-08-30"
"version": "dc4548b",
"date_release": "2024-09-20"
},
"framework": {
"target_product": "Analogue Pocket",
Expand Down
Binary file modified Cores/jotego.jts16_c/jts16.rbf_r
Binary file not shown.
Binary file modified Cores/jotego.jts16_c/jts16b.rbf_r
Binary file not shown.
20 changes: 20 additions & 0 deletions Cores/jotego.jts16_c/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,26 @@
"rotation": 0,
"mirror": 0
}
],
"display_modes": [
{
"id": "0x10"
},
{
"id": "0x20"
},
{
"id": "0x30"
},
{
"id": "0x40"
},
{
"id": "0xE0"
},
{
"id": "0xE1"
}
]
}
}
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"
}
]
}
]
}
}
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": []
}
}

0 comments on commit 9c3c554

Please sign in to comment.