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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/sauro.cpp b/src/mame/video/sauro.cpp
index 81cad77a68f..c6b7965e3e8 100644
--- a/src/mame/video/sauro.cpp
+++ b/src/mame/video/sauro.cpp
@@ -91,7 +91,7 @@ WRITE8_MEMBER(sauro_state::sauro_scroll_fg_w)
m_fg_tilemap->set_scrollx(0, scroll);
}
-void sauro_state::video_start_sauro()
+VIDEO_START_MEMBER(sauro_state,sauro)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(sauro_state::get_tile_info_bg),this), TILEMAP_SCAN_COLS,
8, 8, 32, 32);
@@ -162,7 +162,7 @@ uint32_t sauro_state::screen_update_sauro(screen_device &screen, bitmap_ind16 &b
/* Tricky Doc */
-void sauro_state::video_start_trckydoc()
+VIDEO_START_MEMBER(sauro_state,trckydoc)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(sauro_state::get_tile_info_bg),this), TILEMAP_SCAN_COLS,
8, 8, 32, 32);