jotego / jtcores

FPGA cores compatible with multiple arcade game machines and KiCAD schematics of arcade games. Working on MiSTer FPGA/Analogue Pocket
https://patreon.com/jotego
GNU General Public License v3.0
228 stars 40 forks source link

Analogue Pocket NGP core cannot load backwards compatible NGPC games #756

Closed SlCKB0Y closed 1 month ago

SlCKB0Y commented 1 month ago

The original NGP only ever had about a dozen games produced for it prior to the release of the NGP Color. Many NGP Color titles are backwards compatible which greatly expands the usability of that console (and this core).

Currently, the OpenFPGA configuration for this core only lists "ngp" files as compatible. As such, a user cannot play compatible "ngc" files in a way which emulates original console behaviour.

I have submitted a PR correcting this: #392 I have updated the core docs explaining this to the user: #393

Thanks!