summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/blstroid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/blstroid.cpp')
-rw-r--r--src/mame/video/blstroid.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/video/blstroid.cpp b/src/mame/video/blstroid.cpp
index 31c9f4302c0..3eb2ef5bde1 100644
--- a/src/mame/video/blstroid.cpp
+++ b/src/mame/video/blstroid.cpp
@@ -85,13 +85,11 @@ VIDEO_START_MEMBER(blstroid_state,blstroid)
void blstroid_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
{
- address_space &space = m_maincpu->space(AS_PROGRAM);
-
switch (id)
{
case TIMER_IRQ_OFF:
/* clear the interrupt */
- scanline_int_ack_w(space, 0, 0);
+ scanline_int_ack_w();
break;
case TIMER_IRQ_ON:
/* generate the interrupt */