MiSTer-devel / NES_MiSTer

GNU General Public License v3.0
174 stars 75 forks source link

Pac-Man CE Hack Stopped Working After Core Update #389

Closed SWCDX2 closed 2 months ago

SWCDX2 commented 2 months ago

Hi, the following (hacked) NES ROM stopped working after the last core update:

Pac-Man CE (Eyes + Start Fix v1.0) by SuperEgz.nes

https://www.romhacking.net/hacks/7551/

I don't know if this info helps:

Is this a hack issue, or a core issue?

Thank you.

paulb-nl commented 2 months ago

Try to change the NES header to NES 2.0 with 8KB NVRAM.

SWCDX2 commented 2 months ago

OK I think I tried what you suggested. I used 'iNES Header Editor' (nes2edit.exe) to set CHR RAM to 8K. But the problem remains.

Here's a screenshot:

https://imgur.com/a/mGYkDVU

paulb-nl commented 2 months ago

It is the PRG RAM one that you will need to set to 8KB. The one with battery above it

SWCDX2 commented 2 months ago

It works!

Thank you very much.