summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/simpl156.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/simpl156.cpp')
-rw-r--r--src/mame/video/simpl156.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/simpl156.cpp b/src/mame/video/simpl156.cpp
index ae0beb6f5c6..7871f104b91 100644
--- a/src/mame/video/simpl156.cpp
+++ b/src/mame/video/simpl156.cpp
@@ -28,12 +28,12 @@ uint32_t simpl156_state::screen_update_simpl156(screen_device &screen, bitmap_in
{
screen.priority().fill(0);
- m_deco_tilegen1->pf_update(m_pf1_rowscroll.get(), m_pf2_rowscroll.get());
+ m_deco_tilegen->pf_update(m_pf1_rowscroll.get(), m_pf2_rowscroll.get());
bitmap.fill(256, cliprect);
- m_deco_tilegen1->tilemap_2_draw(screen, bitmap, cliprect, 0, 2);
- m_deco_tilegen1->tilemap_1_draw(screen, bitmap, cliprect, 0, 4);
+ m_deco_tilegen->tilemap_2_draw(screen, bitmap, cliprect, 0, 2);
+ m_deco_tilegen->tilemap_1_draw(screen, bitmap, cliprect, 0, 4);
// sprites are flipped relative to tilemaps
m_sprgen->set_flip_screen(true);