summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/konami/bottom9.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/konami/bottom9.cpp')
-rw-r--r--src/mame/konami/bottom9.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/konami/bottom9.cpp b/src/mame/konami/bottom9.cpp
index 5ed8e6bd215..dc030f16d59 100644
--- a/src/mame/konami/bottom9.cpp
+++ b/src/mame/konami/bottom9.cpp
@@ -154,8 +154,6 @@ K051316_CB_MEMBER(bottom9_state::zoom_callback)
uint32_t bottom9_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- m_k052109->tilemap_update();
-
// note: FIX layer is not used
bitmap.fill(m_layer_colorbase[1] * 16, cliprect);
screen.priority().fill(0, cliprect);