summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/m10.cpp')
-rw-r--r--src/mame/video/m10.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/m10.cpp b/src/mame/video/m10.cpp
index dd37e8cc507..e3d2fda7e9a 100644
--- a/src/mame/video/m10.cpp
+++ b/src/mame/video/m10.cpp
@@ -95,7 +95,7 @@ inline void m10_state::plot_pixel_m10( bitmap_ind16 &bm, int x, int y, int col )
(IREMM10_HBSTART - 1) - (x - IREMM10_HBEND)) = col; // only when flip_screen(?)
}
-void m10_state::video_start_m10()
+VIDEO_START_MEMBER(m10_state,m10)
{
m_tx_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(m10_state::get_tile_info),this), tilemap_mapper_delegate(FUNC(m10_state::tilemap_scan),this), 8, 8, 32, 32);
m_tx_tilemap->set_transparent_pen(0);
@@ -105,7 +105,7 @@ void m10_state::video_start_m10()
return ;
}
-void m10_state::video_start_m15()
+VIDEO_START_MEMBER(m10_state,m15)
{
m_gfxdecode->set_gfx(0,std::make_unique<gfx_element>(m_palette, charlayout, m_chargen, 0, 8, 0));