Skip to content

Commit

Permalink
updating Capcom Z80 combo core with Analogizer support // #21
Browse files Browse the repository at this point in the history
  • Loading branch information
dyreschlock committed Jul 27, 2024
1 parent 27b169a commit 6e4b0f2
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/jotego/jtbin/raw/87a53c882b5c990cf342b240c2fab7d2d506aa0e/pocket/raw/Cores/jotego.jt1942/jt1942.rbf_r
https://github.com/jotego/jtbin/raw/9ad8bd6e0791d23fb561d2aad16de2a43930d817/pocket/raw/Cores/jotego.jt1942/jt1942.rbf_r
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/jotego/jtbin/raw/87a53c882b5c990cf342b240c2fab7d2d506aa0e/pocket/raw/Cores/jotego.jt1943/jt1943.rbf_r
https://github.com/jotego/jtbin/raw/9ad8bd6e0791d23fb561d2aad16de2a43930d817/pocket/raw/Cores/jotego.jt1943/jt1943.rbf_r
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/jotego/jtbin/raw/87a53c882b5c990cf342b240c2fab7d2d506aa0e/pocket/raw/Cores/jotego.jtbtiger/jtbtiger.rbf_r
https://github.com/jotego/jtbin/raw/9ad8bd6e0791d23fb561d2aad16de2a43930d817/pocket/raw/Cores/jotego.jtbtiger/jtbtiger.rbf_r
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/jotego/jtbin/raw/87a53c882b5c990cf342b240c2fab7d2d506aa0e/pocket/raw/Cores/jotego.jtcommnd/jtcommnd.rbf_r
https://github.com/jotego/jtbin/raw/9ad8bd6e0791d23fb561d2aad16de2a43930d817/pocket/raw/Cores/jotego.jtcommnd/jtcommnd.rbf_r
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/jotego/jtbin/raw/87a53c882b5c990cf342b240c2fab7d2d506aa0e/pocket/raw/Cores/jotego.jtexed/jtexed.rbf_r
https://github.com/jotego/jtbin/raw/9ad8bd6e0791d23fb561d2aad16de2a43930d817/pocket/raw/Cores/jotego.jtexed/jtexed.rbf_r
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/jotego/jtbin/raw/87a53c882b5c990cf342b240c2fab7d2d506aa0e/pocket/raw/Cores/jotego.jtgunsmk/jtgunsmk.rbf_r
https://github.com/jotego/jtbin/raw/9ad8bd6e0791d23fb561d2aad16de2a43930d817/pocket/raw/Cores/jotego.jtgunsmk/jtgunsmk.rbf_r
6 changes: 3 additions & 3 deletions jtcz80_combo/Cores/jotego.Capcom_Z80/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": "e8ad973",
"date_release": "2024-06-28"
"version": "27e5bb9",
"date_release": "2024-07-27"
},
"framework": {
"target_product": "Analogue Pocket",
Expand All @@ -23,7 +23,7 @@
},
"hardware": {
"link_port": false,
"cartridge_adapter": -1
"cartridge_adapter": 0
}
},
"cores": [
Expand Down
12 changes: 12 additions & 0 deletions jtcz80_combo/Cores/jotego.Capcom_Z80/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
],
"address": "0x00000000",
"nonvolatile": true
},
{
"name": "CRT config",
"id": 18,
"required": false,
"parameters": "0x1000000",
"filename": "crtcfg.bin",
"extensions": [
"bin"
],
"address": "0x00000000",
"nonvolatile": false
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/jotego/jtbin/raw/87a53c882b5c990cf342b240c2fab7d2d506aa0e/pocket/raw/Cores/jotego.jtsectnz/jtsectnz.rbf_r
https://github.com/jotego/jtbin/raw/9ad8bd6e0791d23fb561d2aad16de2a43930d817/pocket/raw/Cores/jotego.jtsectnz/jtsectnz.rbf_r
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/jotego/jtbin/raw/87a53c882b5c990cf342b240c2fab7d2d506aa0e/pocket/raw/Cores/jotego.jttrojan/jttrojan.rbf_r
https://github.com/jotego/jtbin/raw/9ad8bd6e0791d23fb561d2aad16de2a43930d817/pocket/raw/Cores/jotego.jttrojan/jttrojan.rbf_r
6 changes: 3 additions & 3 deletions jtcz80_combo/Cores/jotego.Capcom_Z80_256x240/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": "e8ad973",
"date_release": "2024-06-28"
"version": "27e5bb9",
"date_release": "2024-07-27"
},
"framework": {
"target_product": "Analogue Pocket",
Expand All @@ -23,7 +23,7 @@
},
"hardware": {
"link_port": false,
"cartridge_adapter": -1
"cartridge_adapter": 0
}
},
"cores": [
Expand Down
12 changes: 12 additions & 0 deletions jtcz80_combo/Cores/jotego.Capcom_Z80_256x240/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
],
"address": "0x00000000",
"nonvolatile": true
},
{
"name": "CRT config",
"id": 18,
"required": false,
"parameters": "0x1000000",
"filename": "crtcfg.bin",
"extensions": [
"bin"
],
"address": "0x00000000",
"nonvolatile": false
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/jotego/jtbin/raw/87a53c882b5c990cf342b240c2fab7d2d506aa0e/pocket/raw/Cores/jotego.jtsarms/jtsarms.rbf_r
https://github.com/jotego/jtbin/raw/9ad8bd6e0791d23fb561d2aad16de2a43930d817/pocket/raw/Cores/jotego.jtsarms/jtsarms.rbf_r
6 changes: 3 additions & 3 deletions jtcz80_combo/Cores/jotego.Capcom_Z80_384x224/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": "e8ad973",
"date_release": "2024-06-28"
"version": "27e5bb9",
"date_release": "2024-07-27"
},
"framework": {
"target_product": "Analogue Pocket",
Expand All @@ -23,7 +23,7 @@
},
"hardware": {
"link_port": false,
"cartridge_adapter": -1
"cartridge_adapter": 0
}
},
"cores": [
Expand Down
12 changes: 12 additions & 0 deletions jtcz80_combo/Cores/jotego.Capcom_Z80_384x224/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
],
"address": "0x00000000",
"nonvolatile": true
},
{
"name": "CRT config",
"id": 18,
"required": false,
"parameters": "0x1000000",
"filename": "crtcfg.bin",
"extensions": [
"bin"
],
"address": "0x00000000",
"nonvolatile": false
}
]
}
Expand Down

0 comments on commit 6e4b0f2

Please sign in to comment.