Code Monkey home page Code Monkey logo

Comments (5)

paulb-nl avatar paulb-nl commented on July 28, 2024

Does the Original Edition without your hack work correctly?

from nes_mister.

mrfpga avatar mrfpga commented on July 28, 2024

@paulb-nl: Yes, it works correctly without the hack.

from nes_mister.

paulb-nl avatar paulb-nl commented on July 28, 2024

There are also some other changes in your hack related to bus conflicts at rom addresses 3A6, A4D and B5A. Two of those are the issue causing the wrong chr bank to be selected.

3A6: Here either chr bank 0 or 1 is written but $8001 contains 0 so only bank 0 will be selected.
dk_wr8001

B5A: Here bank 2 or 3 is written but $80F7 contains 2 so only bank 2 will be selected.
dk_wr80F7

Your hack would need some more changes if you want to prevent bus conflicts properly. You could also use NES2.0 submapper 1 which specifies No bus conflicts for CNROM: https://www.nesdev.org/wiki/NES_2.0_submappers#003:_0,_1,_2_CNROM

from nes_mister.

mrfpga avatar mrfpga commented on July 28, 2024

Dank u wel, Paul, I completly forgot about the other changes to the rom, which I applied in 2018 after reading a blog post about bus conflicts: http://nerdlypleasures.blogspot.com/2018/09/exciting-developments-for-nes-roms.html

These changes never were a problem, but apparently together with my hack they messed something up. I will now discard those changes and opt for NES2.0 submapper 1 instead, as you suggested.

I will now close this issue, as it is not core related.

from nes_mister.

paulb-nl avatar paulb-nl commented on July 28, 2024

The bus conflict changes from Nerdly pleasures are incomplete. Even without your hack it will not work on original hardware (CNROM boards) or emulators that emulate bus conflicts with mapper 3.

from nes_mister.

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.