GBHawk: fix a register
This commit is contained in:
parent
da49f85b81
commit
2e31d38568
|
@ -1,7 +1,5 @@
|
||||||
using System;
|
using System;
|
||||||
using BizHawk.Emulation.Common;
|
|
||||||
using BizHawk.Common.NumberExtensions;
|
using BizHawk.Common.NumberExtensions;
|
||||||
using BizHawk.Common;
|
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
|
namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
|
||||||
{
|
{
|
||||||
|
@ -144,7 +142,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0xFF56:
|
case 0xFF56:
|
||||||
if (is_GBC)
|
if (GBC_compat)
|
||||||
{
|
{
|
||||||
// can receive data
|
// can receive data
|
||||||
if ((IR_reg & 0xC0) == 0xC0)
|
if ((IR_reg & 0xC0) == 0xC0)
|
||||||
|
|
Loading…
Reference in New Issue