mmc5 fix taken from fceux source code to handle correctly the register
$5130 in fceumm. Now we can play games like Legend of Link nes hack that
need this fix.
This commit is contained in:
Jose Ernesto Ramirez Ramirez
2015-06-27 18:04:58 -05:00
parent 8128c81539
commit d4fa032402
4 changed files with 7 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ uint8 *MMC5HackExNTARAMPtr = 0;
uint8 *MMC5HackVROMPTR = 0;
uint8 MMC5HackCHRMode = 0;
uint8 MMC5HackSPMode = 0;
uint8 MMC50x5130 = 0;
uint8 MMC5HackSPScroll = 0;
uint8 MMC5HackSPPage = 0;