summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/blueprnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/blueprnt.cpp')
-rw-r--r--src/mame/video/blueprnt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/blueprnt.cpp b/src/mame/video/blueprnt.cpp
index 3e6666e6805..756a7db1abd 100644
--- a/src/mame/video/blueprnt.cpp
+++ b/src/mame/video/blueprnt.cpp
@@ -116,7 +116,7 @@ TILE_GET_INFO_MEMBER(blueprnt_state::get_bg_tile_info)
-void blueprnt_state::video_start_blueprnt()
+VIDEO_START_MEMBER(blueprnt_state,blueprnt)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(blueprnt_state::get_bg_tile_info),this), TILEMAP_SCAN_COLS_FLIP_X, 8, 8, 32, 32);
m_bg_tilemap->set_transparent_pen(0);