summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/poly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/poly.cpp')
-rw-r--r--src/mame/machine/poly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/poly.cpp b/src/mame/machine/poly.cpp
index cb1bbc5379c..babd159b9ec 100644
--- a/src/mame/machine/poly.cpp
+++ b/src/mame/machine/poly.cpp
@@ -44,7 +44,7 @@ TIMER_CALLBACK_MEMBER(poly_state::set_protect)
void poly_state::set_protect_w(uint8_t data)
{
/* set protect after 1 E cycle */
- machine().scheduler().timer_set(m_maincpu->cycles_to_attotime(2), timer_expired_delegate(FUNC(poly_state::set_protect), this));
+ m_protect_timer->adjust(m_maincpu->cycles_to_attotime(2));
}