Giter Site home page Giter Site logo

Comments (4)

SourMesen avatar SourMesen commented on May 26, 2024

Thanks for the report. FCEUX is not very accurate in general (especially when using the old ppu, which is the default setting). It is likely the translation would also not work correctly on a real NES. I can't test this at the moment because I'm away on vacation, but I suspect you would get the same problem with other emulators such as puNES, nestopia or nintendulator.

from mesen.

dragon2snow avatar dragon2snow commented on May 26, 2024

this rom working real fc

from mesen.

SourMesen avatar SourMesen commented on May 26, 2024

After investigating a bit, this looks like it is normal, and just the result of the iNES format being imprecise.
Both roms are set to mapper 23, but the original game is actually a VRC4 game - Mesen knows this because it contains a database of known games.
However, the patched ROM isn't part of the database, so it runs based on guesses and ends up using VRC2 behavior, which causes incorrect mirroring to be used in this case (and produces the missing platform bug)

The best solution would be to modify the rom file to be a NES 2.0 file with the proper headers to tell Mesen that the rom is a VRC4 game, despite not being in the game database.

I'll keep this bug opened for the moment, in case I can think of a more general solution to fix this.

from mesen.

SourMesen avatar SourMesen commented on May 26, 2024

Changed the VRC2/4 logic for mirroring to hopefully make it compatible with more games when the emulator has to guess which board the game uses (7f43628). This particular ROM should now run properly in Mesen.

from mesen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.