diff options
| author | 2022-11-05 14:54:25 +0100 | |
|---|---|---|
| committer | 2022-11-05 14:54:25 +0100 | |
| commit | 156e64d1629523b19d7fc6681aa62217c73028e3 (patch) | |
| tree | a5c2ff90c20ff97181c31d7de4a32dfd047f3f99 | |
| parent | 1447b13570694c1adf7eac2bdf07039c021db32d (diff) | |
blstroid: update prev commit
| -rw-r--r-- | src/mame/atari/blstroid_v.cpp | 2 |
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 */ |
