summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/divebomb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/divebomb.cpp')
-rw-r--r--src/mame/video/divebomb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/divebomb.cpp b/src/mame/video/divebomb.cpp
index 3fa5288f43d..c1b58941930 100644
--- a/src/mame/video/divebomb.cpp
+++ b/src/mame/video/divebomb.cpp
@@ -132,7 +132,7 @@ PALETTE_INIT_MEMBER(divebomb_state, divebomb)
}
-void divebomb_state::video_start_divebomb()
+VIDEO_START_MEMBER(divebomb_state,divebomb)
{
m_fg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(divebomb_state::get_fg_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 32, 32);
m_fg_tilemap->set_transparent_pen(0);