summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/opwolf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/opwolf.cpp')
-rw-r--r--src/mame/machine/opwolf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/opwolf.cpp b/src/mame/machine/opwolf.cpp
index 30728cdbe61..ea96ed46616 100644
--- a/src/mame/machine/opwolf.cpp
+++ b/src/mame/machine/opwolf.cpp
@@ -1070,7 +1070,7 @@ TIMER_CALLBACK_MEMBER(opwolf_state::cchip_timer)
{
// Simulate time for command to execute (exact timing unknown, this is close)
m_current_cmd = 0xf5;
- timer_set(m_maincpu->cycles_to_attotime(80000), TIMER_OPWOLF);
+ m_opwolf_timer->adjust(m_maincpu->cycles_to_attotime(80000));
}
m_cchip_last_7a = m_cchip_ram[0x7a];