Applied Crono's Joypad interrupt patch

This commit is contained in:
squall-leonhart 2008-09-20 06:02:29 +00:00
parent dba48b820c
commit be21f833ec
1 changed files with 1 additions and 1 deletions

View File

@ -4935,7 +4935,7 @@ void gbEmulate(int ticksToStop)
if(newmask) if(newmask)
{ {
gbMemory[0xff0f] |= 16; gbMemory[0xff0f] = register_IF |= 16;
} }