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

@@ -32,6 +32,7 @@ extern int MMC5Hack, PEC586Hack;
extern uint8 *MMC5HackVROMPTR;
extern uint8 MMC5HackCHRMode;
extern uint8 MMC5HackSPMode;
extern uint8 MMC50x5130;
extern uint8 MMC5HackSPScroll;
extern uint8 MMC5HackSPPage;