Skip to content

Commit

Permalink
Jtupdate Pang issues #352 jotego/jtcores#352
Browse files Browse the repository at this point in the history
  • Loading branch information
florgana committed Sep 22, 2023
1 parent 0a31ddf commit f427759
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "block.rom"
},
{
"id": 2,
"filename": "block.sav"
}
],
"memory_writes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "cworld.rom"
},
{
"id": 2,
"filename": "cworld.sav"
}
],
"memory_writes": [
Expand Down
4 changes: 4 additions & 0 deletions pocket/raw/Assets/jtpang/jotego.jtpang/Dokaben (Japan).json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "dokaben.rom"
},
{
"id": 2,
"filename": "dokaben.sav"
}
],
"memory_writes": [
Expand Down
4 changes: 4 additions & 0 deletions pocket/raw/Assets/jtpang/jotego.jtpang/Pang (World).json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "pang.rom"
},
{
"id": 2,
"filename": "pang.sav"
}
],
"memory_writes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "spang.rom"
},
{
"id": 2,
"filename": "spang.sav"
}
],
"memory_writes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "blockj.rom"
},
{
"id": 2,
"filename": "blockj.sav"
}
],
"memory_writes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "blockr2.rom"
},
{
"id": 2,
"filename": "blockr2.sav"
}
],
"memory_writes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "blockr1.rom"
},
{
"id": 2,
"filename": "blockr1.sav"
}
],
"memory_writes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "bbros.rom"
},
{
"id": 2,
"filename": "bbros.sav"
}
],
"memory_writes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "pompingw.rom"
},
{
"id": 2,
"filename": "pompingw.sav"
}
],
"memory_writes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "sbbros.rom"
},
{
"id": 2,
"filename": "sbbros.sav"
}
],
"memory_writes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"id": 1,
"filename": "spangj.rom"
},
{
"id": 2,
"filename": "spangj.sav"
}
],
"memory_writes": [
Expand Down
5 changes: 3 additions & 2 deletions pocket/raw/Cores/jotego.jtpang/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"magic": "APF_VER_1",
"metadata": {
"platform_ids": [
"jtpang"
"jtpang",
"jtpatreon"
],
"shortname": "jtpang",
"description": "Arcade hardware",
"author": "jotego",
"url": "https://patreon.com/jotego",
"version": "noversion",
"date_release": "2023-04-26"
"date_release": "2023-09-22"
},
"framework": {
"target_product": "Analogue Pocket",
Expand Down
17 changes: 15 additions & 2 deletions pocket/raw/Cores/jotego.jtpang/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"extensions": [
"json"
],
"address": ""
"address": "",
"nonvolatile": false
},
{
"name": "ROM",
Expand All @@ -20,7 +21,19 @@
"extensions": [
"rom"
],
"address": "0x00000000"
"address": "0x00000000",
"nonvolatile": false
},
{
"name": "NVRAM",
"id": 2,
"required": false,
"parameters": "0x100",
"extensions": [
"sav"
],
"address": "0x00000000",
"nonvolatile": true
}
]
}
Expand Down
Binary file modified pocket/raw/Cores/jotego.jtpang/jtpang.rbf_r
Binary file not shown.
1 change: 1 addition & 0 deletions pocket/raw/Cores/jotego.jtpang/version.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
20230426 ea3e10a7-dirty
20230922 v1.2.72

0 comments on commit f427759

Please sign in to comment.