summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-11-05 14:54:25 +0100
committer hap <happppp@users.noreply.github.com>2022-11-05 14:54:25 +0100
commit156e64d1629523b19d7fc6681aa62217c73028e3 (patch)
treea5c2ff90c20ff97181c31d7de4a32dfd047f3f99
parent1447b13570694c1adf7eac2bdf07039c021db32d (diff)
blstroid: update prev commit
-rw-r--r--src/mame/atari/blstroid_v.cpp2
1 files changed, 1 insertions, 1 deletions
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 */