mirror of
https://github.com/holub/mame
synced 2025-05-17 19:24:59 +03:00
(nw) mtx : fixed loading of 3 swlist items.
This commit is contained in:
parent
5e61d370f8
commit
f37ecd9520
@ -259,7 +259,7 @@ static const z80_daisy_config rs128_daisy_chain[] =
|
||||
|
||||
TIMER_DEVICE_CALLBACK_MEMBER(mtx_state::cassette_tick)
|
||||
{
|
||||
bool cass_ws = (m_cassette->input() > +0.03) ? 1 : 0;
|
||||
bool cass_ws = (m_cassette->input() > +0.04) ? 1 : 0;
|
||||
|
||||
if (cass_ws != m_cassold)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user