Quick question about Pal/NTSC and cartridge modding

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Quick question about Pal/NTSC and cartridge modding
by on (#90178)
Hello,

i was planning to burn a ntsc game on my eprom after using romutil (swapbin/split etc). After that i will stuff it into a fitting PAL Cartridge.

Now one question comes to my mind: since its a ntsc rom, how will it run on my pal system? will it run at 60hz or at 50hz? do i have to modify the ntsc rom somehow ?

Its an unmodded console btw.

thanks for the help!

by on (#90181)
The cartridge lockout (CIC) and system video mode is completely independant of the ROM, so any ROM works and runs on a PAL system in 50 Hz theoretically, albeit a little bit slower.

However, there are two problems you may encounter:
1) the game may detect the current video mode and refuse to run if it doesn't match its expectation.
2) timing differences may cause graphics and sound glitches. Compared to the NES, relatively few games are affected by this.

1) can usually be patched easily, 2) requires great insight into programming on the SNES.

by on (#90182)
thank you kindly :) helped me alot