summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/sauro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/sauro.cpp')
-rw-r--r--src/mame/video/sauro.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/video/sauro.cpp b/src/mame/video/sauro.cpp
index cd228c55fa6..b88de8924db 100644
--- a/src/mame/video/sauro.cpp
+++ b/src/mame/video/sauro.cpp
@@ -166,6 +166,8 @@ VIDEO_START_MEMBER(sauro_state,trckydoc)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(*this, FUNC(sauro_state::get_tile_info_bg)), TILEMAP_SCAN_COLS,
8, 8, 32, 32);
+
+ m_palette_bank = 0;
}
void sauro_state::trckydoc_draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect)