GBHawk: fix a register

This commit is contained in:
alyosha-tas 2019-10-13 19:27:14 -04:00
parent da49f85b81
commit 2e31d38568
1 changed files with 1 additions and 3 deletions

View File

@ -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)