mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
apple2e: fix GCC compile. [R. Belmont]
This commit is contained in:
parent
83352ba766
commit
55f5586749
@ -2095,6 +2095,7 @@ u8 apple2e_state::c000_r(offs_t offset)
|
||||
{
|
||||
return (m_sysconfig->read() & 0x80) | uFloatingBus7;
|
||||
}
|
||||
break;
|
||||
|
||||
case 0x60: // cassette in
|
||||
case 0x68:
|
||||
|
Loading…
Reference in New Issue
Block a user