mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
apple2gs: fixed game port regression [R. Belmont]
This commit is contained in:
parent
d859ebc22f
commit
ec9fc21415
@ -2051,7 +2051,7 @@ READ8_MEMBER(apple2gs_state::c000_r)
|
|||||||
}
|
}
|
||||||
|
|
||||||
slow_cycle();
|
slow_cycle();
|
||||||
u8 uFloatingBus7 = read_floatingbus();
|
u8 uFloatingBus7 = read_floatingbus() & 0x7f;
|
||||||
|
|
||||||
switch (offset)
|
switch (offset)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user