apple2e: fix GCC compile. [R. Belmont]

This commit is contained in:
arbee 2021-12-01 23:57:09 -05:00
parent 83352ba766
commit 55f5586749

View File

@ -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: