mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Fixed also the SCC read device so that the console works
This commit is contained in:
parent
ccb90cd3dd
commit
05a31a1560
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user