summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/superqix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/superqix.cpp')
-rw-r--r--src/mame/video/superqix.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/superqix.cpp b/src/mame/video/superqix.cpp
index 4a2233a23a7..b153246381a 100644
--- a/src/mame/video/superqix.cpp
+++ b/src/mame/video/superqix.cpp
@@ -49,12 +49,12 @@ TILE_GET_INFO_MEMBER(superqix_state_base::sqix_get_bg_tile_info)
***************************************************************************/
-void hotsmash_state::video_start_pbillian()
+VIDEO_START_MEMBER(hotsmash_state, pbillian)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(hotsmash_state::pb_get_bg_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8,32,32);
}
-void superqix_state_base::video_start_superqix()
+VIDEO_START_MEMBER(superqix_state_base, superqix)
{
m_fg_bitmap[0] = std::make_unique<bitmap_ind16>(256, 256);
m_fg_bitmap[1] = std::make_unique<bitmap_ind16>(256, 256);