From 2e31d3856833d0580af22ef0310a050f2c097d2f Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sun, 13 Oct 2019 19:27:14 -0400 Subject: [PATCH] GBHawk: fix a register --- .../Consoles/Nintendo/GBHawk/HW_Registers.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/HW_Registers.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/HW_Registers.cs index 326a61cf3c..84cc406cae 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/HW_Registers.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/HW_Registers.cs @@ -1,7 +1,5 @@ using System; -using BizHawk.Emulation.Common; using BizHawk.Common.NumberExtensions; -using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBHawk { @@ -144,7 +142,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk break; case 0xFF56: - if (is_GBC) + if (GBC_compat) { // can receive data if ((IR_reg & 0xC0) == 0xC0)