This commit is contained in:
Asnivor 2017-12-01 14:34:58 +00:00
commit bce185b016
1 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,8 @@ namespace BizHawk.Emulation.Cores.Calculators
private void WriteHardware(ushort addr, byte value)
{
addr &= 0xFF;
switch (addr)
{
case 0: // PORT_LINK
@ -232,6 +234,8 @@ namespace BizHawk.Emulation.Cores.Calculators
private byte ReadHardware(ushort addr)
{
addr &= 0xFF;
switch (addr)
{
case 0: // PORT_LINK