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

ngpc: SNK vs CAPCOM attract mode broken #781

Closed jotego closed 4 weeks ago

jotego commented 1 month ago

Core running the game 20240827_053140-SNK Vs Capcom - Match of The Millennium (JUE)  !

Core simulating the scene from a video RAM dump frame_00002

jotego commented 1 month ago

The game uses two flash memories. Second flash support is missing in the core. Adding it next.

jotego commented 4 weeks ago

Game did not start in simulation because the RAM slot erasing was enabled. This must have been the reason why selecting a cartridge when starting the core stopped working on the Analogue Pocket. RAM slot erasing disabled in f2567ba5. Game boots up now in simulation too.

jotego commented 4 weeks ago

Data correctly read from flash1 in 11b77505, but it is not well written during the cartridge load. cart_addr in flash 1 is stuck at zero.

jotego commented 4 weeks ago

fixed on 421df0fe