GBHawk: inital register state

This commit is contained in:
alyosha-tas 2018-12-31 19:14:53 -06:00
parent 9d14c1f214
commit 0621db4585
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
private void HardReset()
{
GB_bios_register = 0; // bios enable
GBC_compat = true;
GBC_compat = is_GBC;
in_vblank = true; // we start off in vblank since the LCD is off
in_vblank_old = true;