tsalvo / nes-emu-ios

NES Emulator for iOS / iPadOS / macOS / tvOS, written in Swift
MIT License
135 stars 17 forks source link

Doraemon (J) (GxROM) - corrupted graphics #126

Closed tsalvo closed 1 year ago

tsalvo commented 1 year ago

Doraemon (corrupted graphics).

Gumshoe uses this mapper and does work.

tsalvo commented 1 year ago

This should be fixed in the dev branch now. The ColorDreams and GxROM mappers needed to be split up into separate files because the PRG / CHR banking numbers were in different positions in the bank selection register. Should be fixed in master branch soon.