You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
http://forums.nesdev.com/viewtopic.php?f=3&t=15352&p=186258#p186258
The text was updated successfully, but these errors were encountered: