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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/blstroid.cpp b/src/mame/video/blstroid.cpp
index 19c8307f2b8..31c9f4302c0 100644
--- a/src/mame/video/blstroid.cpp
+++ b/src/mame/video/blstroid.cpp
@@ -95,7 +95,7 @@ void blstroid_state::device_timer(emu_timer &timer, device_timer_id id, int para
break;
case TIMER_IRQ_ON:
/* generate the interrupt */
- scanline_int_gen(*m_maincpu);
+ scanline_int_write_line(1);
update_interrupts();
break;
default: