summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/runaway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/runaway.cpp')
-rw-r--r--src/mame/video/runaway.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/runaway.cpp b/src/mame/video/runaway.cpp
index 234355c3450..01fdecad60a 100644
--- a/src/mame/video/runaway.cpp
+++ b/src/mame/video/runaway.cpp
@@ -44,10 +44,9 @@ WRITE_LINE_MEMBER(runaway_state::tile_bank_w)
{
if (state != m_tile_bank)
{
+ m_tile_bank = state;
m_bg_tilemap->mark_all_dirty();
}
-
- m_tile_bank = state;
}