Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NES] Audio speed for PAL ROMs #88

Open
sapperlott opened this issue Dec 21, 2018 · 0 comments
Open

[NES] Audio speed for PAL ROMs #88

sapperlott opened this issue Dec 21, 2018 · 0 comments

Comments

@sapperlott
Copy link

I noticed that the background music for my EU Super Mario Bros. NES ROM was playing way too fast. When I tried with a US ROM, the music was playing at the correct speed.

When I had a look around the source code, I noticed that there is a #ifdef for PAL in nesemu-go/components/nofrendo/nes/nes.h which suggests that switching between NTSC and PAL is a compile time setting for NoFrendo and defaults to NTSC (if there is no PAL #define).

It would be cool if the code could be refactored so that this can be changed at runtime somehow (button combination, config file, ...). If that isn't feasible, it should go into the documentation as a known limitation so that people know to get the NTSC versions of their games if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant