Skip to content

Commit

Permalink
Fixes #350
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Nov 2, 2023
1 parent 71dae38 commit 5dcb1c0
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 589 deletions.
5 changes: 3 additions & 2 deletions pocket/raw/Cores/jotego.jtcomsc/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": [
"jtcomsc"
"jtcomsc",
"jtpatreon"
],
"shortname": "jtcomsc",
"description": "Arcade hardware",
"author": "jotego",
"url": "https://patreon.com/jotego",
"version": "noversion",
"date_release": "2023-07-10"
"date_release": "2023-11-02"
},
"framework": {
"target_product": "Analogue Pocket",
Expand Down
17 changes: 15 additions & 2 deletions pocket/raw/Cores/jotego.jtcomsc/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

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5dcb1c0

Please sign in to comment.