GBHawk: Fix altered space sprites

This commit is contained in:
alyosha-tas 2017-11-27 19:37:13 -05:00
parent 17aa0a00a7
commit 160d54057a
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
LY_inc = 1;
Core.in_vblank = false;
VBL_INT = false;
if (STAT.Bit(3)) { HBL_INT = true; }
STAT &= 0xFC;
// special note here, the y coordiate of the window is kept if the window is deactivated
// meaning it will pick up where it left off if re-enabled later