Applied Crono's Joypad interrupt patch
This commit is contained in:
parent
dba48b820c
commit
be21f833ec
|
@ -4935,7 +4935,7 @@ void gbEmulate(int ticksToStop)
|
||||||
|
|
||||||
if(newmask)
|
if(newmask)
|
||||||
{
|
{
|
||||||
gbMemory[0xff0f] |= 16;
|
gbMemory[0xff0f] = register_IF |= 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue