summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-07-10 13:12:52 +0200
committer hap <happppp@users.noreply.github.com>2019-07-10 13:13:05 +0200
commit9566fb07763d6a2a696b8a5e449ec03c74498307 (patch)
tree70890094e37e9f8fe9346188e68dc13dd2d4a350
parentfeb8ed47aca277b5964c1f7c7fc7b5744f442dd4 (diff)
mmboard: increase delay, glasgow didn't recognize every capture (nw)
-rw-r--r--src/mame/machine/mmboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mmboard.cpp b/src/mame/machine/mmboard.cpp
index 66340bf3e11..8886689450e 100644
--- a/src/mame/machine/mmboard.cpp
+++ b/src/mame/machine/mmboard.cpp
@@ -59,7 +59,7 @@ void mephisto_buttons_board_device::device_add_mconfig(machine_config &config)
mephisto_board_device::mephisto_board_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, type, tag, owner, clock)
, m_board(*this, "board")
- , m_sensordelay(attotime::from_msec(150))
+ , m_sensordelay(attotime::from_msec(200))
, m_led(*this, "led%u", 0U)
, m_disable_leds(false)
{