summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-06-09 04:06:16 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-06-09 04:06:16 +1000
commitf37ecd9520f8bd794bbcea1d89c33edf77a5b59f (patch)
tree237b7b3b195c4e7cd9f2a0020504f06ca60a842d
parent5e61d370f8ff94dc3320064395880a5615a31c81 (diff)
(nw) mtx : fixed loading of 3 swlist items.
-rw-r--r--src/mame/drivers/mtx.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{