Skip to content

Commit

Permalink
ngp: added color cartridges to file list.
Browse files Browse the repository at this point in the history
Fixes #756
  • Loading branch information
jotego committed Aug 9, 2024
1 parent 4ff072b commit 97efd18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cores/ngp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ The first time you insert batteries into a NGP, the system will boot and present

If you want to load a new game while the core is working, go directly to step 2.

The Neo Geo Pocket is not forwards compatible with all Neo Geo Pocket Color games. For a compatibility list, see:
https://www.neo-geo.com/pocket/

If you have a .ngc file which does not load, this is probably why.

# Simulation & Debugging

In order to simulate with a cartridge, this has to be named `cart.bin`. The firmware should be called `rom.bin`. Check out [JTFRAME documentation](../../modules/jtframe/doc/sdram.md)
Expand Down
2 changes: 1 addition & 1 deletion cores/ngp/cfg/mame2mra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sourcefile=[ "ngp.cpp" ]
[ROM]
order = ["maincpu"]
firmware = "ngp.rom"
carts =[ "ngp" ]
carts =[ "ngp", "ngc" ]
# bypass the settings menu:
# patches=[
# { offset=0xff00, data="00 18" }
Expand Down

0 comments on commit 97efd18

Please sign in to comment.