From f37ecd9520f8bd794bbcea1d89c33edf77a5b59f Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 9 Jun 2019 04:06:16 +1000 Subject: [PATCH] (nw) mtx : fixed loading of 3 swlist items. --- src/mame/drivers/mtx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/mtx.cpp b/src/mame/drivers/mtx.cpp index 6e0f934bd51..a62e17814fd 100644 --- a/src/mame/drivers/mtx.cpp +++ b/src/mame/drivers/mtx.cpp @@ -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) {