summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cabal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cabal.c')
-rw-r--r--src/mame/drivers/cabal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cabal.c b/src/mame/drivers/cabal.c
index d6f626f96e5..599782c41d0 100644
--- a/src/mame/drivers/cabal.c
+++ b/src/mame/drivers/cabal.c
@@ -106,7 +106,7 @@ WRITE16_MEMBER(cabal_state::cabal_sound_irq_trigger_word_w)
seibu_main_word_w(&space,4,data,mem_mask);
/* spin for a while to let the Z80 read the command, otherwise coins "stick" */
- device_spin_until_time(&space.device(), attotime::from_usec(50));
+ space.device().execute().spin_until_time(attotime::from_usec(50));
}
WRITE16_MEMBER(cabal_state::cabalbl_sound_irq_trigger_word_w)