apple2gs: fixed game port regression [R. Belmont]

This commit is contained in:
arbee 2019-06-30 19:48:39 -04:00
parent d859ebc22f
commit ec9fc21415

View File

@ -2051,7 +2051,7 @@ READ8_MEMBER(apple2gs_state::c000_r)
}
slow_cycle();
u8 uFloatingBus7 = read_floatingbus();
u8 uFloatingBus7 = read_floatingbus() & 0x7f;
switch (offset)
{