MiSTer-devel / NES_MiSTer

GNU General Public License v3.0
167 stars 72 forks source link

Idea: Auto Region switch #238

Open diettelo opened 3 years ago

diettelo commented 3 years ago

Automatic adjust Hz to 50 or 60 if a Pal or Ntsc Rom is loaded.

Kitrinx commented 3 years ago

This is unfortunately not practical. While region is in the headers, ideally, NES headers are far from reliable. Additionally some games are considered "world" games for either region. Trying to guess if it should be ntsc, pal, or dendy will probably create more exceptions than would be acceptable.

paulb-nl commented 3 years ago

NES 2.0 headers should have the correct region so we could add an Auto setting that falls back to NTSC without a NES 2.0 header or when "Multiple-region" is set.

Kitrinx commented 3 years ago

You can do that, I just think headers are in poor shape enough that it will create issues and bug reports of people saying the game doesn't work because it's running with the wrong number of scanlines.

thehughhefner commented 3 years ago

Auto region switch would be really good!

diettelo commented 2 years ago

NES 2.0 headers should have the correct region so we could add an Auto setting that falls back to NTSC without a NES 2.0 header or when "Multiple-region" is set.

can you do it? please