From 156e64d1629523b19d7fc6681aa62217c73028e3 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 5 Nov 2022 14:54:25 +0100 Subject: blstroid: update prev commit --- src/mame/atari/blstroid_v.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/atari/blstroid_v.cpp b/src/mame/atari/blstroid_v.cpp index 794353d7464..187e5ba55d9 100644 --- a/src/mame/atari/blstroid_v.cpp +++ b/src/mame/atari/blstroid_v.cpp @@ -103,7 +103,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(blstroid_state::scanline_update) int offset = (scanline / 8) * 64 + 40; /* check for interrupts */ - if (offset < 0x1000) + if (offset < 0x800) if (m_playfield_tilemap->basemem_read(offset) & 0x8000) { /* FIXME: - the only thing this IRQ does it tweak the starting MO link */ -- cgit v1.2.3