summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/destroyr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/destroyr.cpp')
-rw-r--r--src/mame/drivers/destroyr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/destroyr.cpp b/src/mame/drivers/destroyr.cpp
index 01bcc499706..1b643230a0a 100644
--- a/src/mame/drivers/destroyr.cpp
+++ b/src/mame/drivers/destroyr.cpp
@@ -202,7 +202,7 @@ TIMER_CALLBACK_MEMBER(destroyr_state::frame_callback)
void destroyr_state::machine_reset()
{
- timer_set(m_screen->time_until_pos(0), TIMER_DESTROYR_FRAME);
+ m_frame_timer->adjust(m_screen->time_until_pos(0));
m_cursor = 0;
m_wavemod = 0;