 |
Description |
Emulates the PAL edition of Tetris for people with NTSC cartridges.
Though this sounds absurd, it is accomplished by meticulously polling every 6/5 of an NTSC frame (which make the polling rate 60hz * 5/6 = 50hz), and updating the game state based off of that. This is in turn accomplished through the MMC3's *scanline counter* (which required a conversion of NES Tetris's mapper from MMC1).
It's still mostly untested, but the end goal is to be able to run TASes made for PAL Tetris on here without any issues, so that it may be a true alternative for people with access to only NTSC hardware. |
|