mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
camplynx: Dungeon Adventure now runs on the 48k.
This commit is contained in:
parent
5db0f01e2c
commit
f258c865a1
@ -363,7 +363,7 @@ READ8_MEMBER( camplynx_state::port80_r )
|
|||||||
if BIT(m_port80, 1)
|
if BIT(m_port80, 1)
|
||||||
{
|
{
|
||||||
data &= 0xfe;
|
data &= 0xfe;
|
||||||
data |= (m_cass->input() > +0.02) ? 1 : 0;
|
data |= (m_cass->input() > +0.02) ? 0 : 1;
|
||||||
}
|
}
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user