nes-fix small bug in MMC1 reset function

This commit is contained in:
zeromus 2011-09-16 00:58:19 +00:00
parent e68acda91d
commit d529383826
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo
{
shift_count = 0;
shift_val = 0;
StandardReset();
prg_mode = 1;
prg_slot = 1;
}
else
{