summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ave_arb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ave_arb.cpp')
-rw-r--r--src/mame/drivers/ave_arb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/ave_arb.cpp b/src/mame/drivers/ave_arb.cpp
index 429bd1ad74e..e242e004094 100644
--- a/src/mame/drivers/ave_arb.cpp
+++ b/src/mame/drivers/ave_arb.cpp
@@ -276,6 +276,7 @@ void arb_state::v2(machine_config &config)
SENSORBOARD(config, m_board).set_type(sensorboard_device::MAGNETS);
m_board->init_cb().set(m_board, FUNC(sensorboard_device::preset_chess));
+ m_board->set_delay(attotime::from_msec(100));
/* video hardware */
PWM_DISPLAY(config, m_display).set_size(9+1, 12);