Fixed also the SCC read device so that the console works

This commit is contained in:
Joakim Larsson Edstrom 2016-10-26 23:16:44 +02:00
parent ccb90cd3dd
commit 05a31a1560

View File

@ -341,7 +341,7 @@ READ32_MEMBER( ioc2_device::read )
case 0x34/4: // Serial Port1 Data Transfer
case 0x38/4: // Serial Port2 Command Transfer
case 0x3c/4: // Serial Port2 Data Transfer
return m_scc->ba_cd_r(space, (offset - 0x30/4) ^ 1);
return m_scc->ba_cd_r(space, (offset - 0x30/4) ^ 3);
case 0x40/4: // Keyboard/Mouse Registers
case 0x44/4: // Keyboard/Mouse Registers