Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Capcom Z80 combo core to pocket extras #310

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions pocket_extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,21 @@
"github_repository": "pocket-extras",
"github_asset_prefix": "pocket-extras-toaplan2_c"
},
{
"id": "jtcz80_c",
"name": "Capcom Z80 Hardware Combination Core",
"description": "Combines 9 of Jotego's cores into a single platform with multiple cores. It combines 1942, 1943, Black Tiger, Commando, Exed Exes, Gun.Smoke, Section Z, Trojan, and Hyper Dyne Side Arms. This allows you to play them all from a single entry in your Pocket menu. You do not need to have them installed prior to using this.",
"type": "combination_platform",
"core_identifiers": [
"jotego.Capcom_Z80",
"jotego.Capcom_Z80_256x240",
"jotego.Capcom_Z80_384x224"
],
"has_placeholders": true,
"github_user": "dyreschlock",
"github_repository": "pocket-extras",
"github_asset_prefix": "pocket-extras-jtcz80_c"
},
{
"id": "vectrex",
"name": "Vectrex Extras",
Expand Down
Loading