GBHawk: more hdma work

This commit is contained in:
alyosha-tas 2019-10-08 20:26:24 -04:00
parent a8080d129d
commit 724a3783f1
2 changed files with 2 additions and 0 deletions

View File

@ -346,6 +346,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
last_HBL = LY;
HBL_HDMA_count = 0x10;
HBL_HDMA_go = false;
HDMA_countdown = 4;
}
HDMA_tick++;

View File

@ -348,6 +348,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
last_HBL = LY;
HBL_HDMA_count = 0x10;
HBL_HDMA_go = false;
HDMA_countdown = 4;
}
HDMA_tick++;