summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/deco_irq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/deco_irq.cpp')
-rw-r--r--src/mame/machine/deco_irq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/deco_irq.cpp b/src/mame/machine/deco_irq.cpp
index 730bac4f3d1..a6f8e38df47 100644
--- a/src/mame/machine/deco_irq.cpp
+++ b/src/mame/machine/deco_irq.cpp
@@ -122,7 +122,7 @@ TIMER_CALLBACK_MEMBER( deco_irq_device::scanline_callback )
}
// wait for next line
- m_scanline_timer->adjust(m_screen->time_until_pos(y + 1), visible.right() + 1);
+ m_scanline_timer->adjust(m_screen->time_until_pos(y + 1, visible.right() + 1));
}