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

Minor region problems (nesdev topic) #215

Open
eugene-s-nesdev opened this issue Jan 9, 2017 · 1 comment
Open

Minor region problems (nesdev topic) #215

eugene-s-nesdev opened this issue Jan 9, 2017 · 1 comment

Comments

@eugene-s-nesdev
Copy link

eugene-s-nesdev commented Jan 9, 2017

http://forums.nesdev.com/viewtopic.php?f=3&t=15352&p=186258#p186258

@eugene-s-nesdev
Copy link
Author

eugene-s-nesdev commented Jan 12, 2017

Hi, @rdanbrook

Originally, nestopia-win32 by Martin Freij has only 2 regions - there are NTSC and PAL, and all of them have own child-subsystems, named "favored systems":
NTSC-region contains "NES NTSC" и "Famicom" systems; PAL-region contains "NES PAL" and "Dendy" systems as child.

Original nestopia have the problem: You can switch between favored systems ONLY if it belongs to different Regions.
So, you cannot switch between "NES PAL" and "Dendy" systems, because it belong to PAL-region, and cannot switch between "NES NTSC" and "Famicom", because it belong to NTSC-region.
Hard-Reset doesn't help. You need RE-Open ROM for switch.

NestopiaUE has more simplified region-selector: favored_system: 0 = NTSC, 1 = PAL, 2 = Famicom, 3 = Dendy
But since core logic still old, your emulator has these issues too.

Maybe this unfinished patch and talk with Sour can help you to fix it right way: https://gitlab.com/jgemu/nestopia/uploads/045e49b8f22a4de4d97de1c28781b971/unfinished_feos_patch_and_talk_with_sour.zip

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