summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/aerofgt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/aerofgt.cpp')
-rw-r--r--src/mame/video/aerofgt.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/aerofgt.cpp b/src/mame/video/aerofgt.cpp
index fd04bdeead4..7b39d8d9181 100644
--- a/src/mame/video/aerofgt.cpp
+++ b/src/mame/video/aerofgt.cpp
@@ -71,7 +71,7 @@ void aerofgt_state::aerofgt_register_state_globals( )
save_item(NAME(m_spritepalettebank));
}
-void aerofgt_state::video_start_pspikes()
+VIDEO_START_MEMBER(aerofgt_state,pspikes)
{
m_tilemap[0] = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(aerofgt_state::get_pspikes_tile_info),this),TILEMAP_SCAN_ROWS,8,8,64,32);
/* no bg2 in this game */
@@ -82,7 +82,7 @@ void aerofgt_state::video_start_pspikes()
save_item(NAME(m_spikes91_lookup));
}
-void aerofgt_state::video_start_karatblz()
+VIDEO_START_MEMBER(aerofgt_state,karatblz)
{
m_tilemap[0] = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(aerofgt_state::karatblz_tile_info<0>),this),TILEMAP_SCAN_ROWS,8,8,64,64);
m_tilemap[1] = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(aerofgt_state::karatblz_tile_info<1>),this),TILEMAP_SCAN_ROWS,8,8,64,64);
@@ -94,7 +94,7 @@ void aerofgt_state::video_start_karatblz()
aerofgt_register_state_globals();
}
-void aerofgt_state::video_start_spinlbrk()
+VIDEO_START_MEMBER(aerofgt_state,spinlbrk)
{
m_tilemap[0] = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(aerofgt_state::spinlbrk_tile_info<0>),this), TILEMAP_SCAN_ROWS, 8, 8, 64, 64);
m_tilemap[1] = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(aerofgt_state::karatblz_tile_info<1>),this), TILEMAP_SCAN_ROWS, 8, 8, 64, 64);
@@ -109,7 +109,7 @@ void aerofgt_state::video_start_spinlbrk()
aerofgt_register_state_globals();
}
-void aerofgt_state::video_start_turbofrc()
+VIDEO_START_MEMBER(aerofgt_state,turbofrc)
{
m_tilemap[0] = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(aerofgt_state::get_tile_info<0>),this), TILEMAP_SCAN_ROWS, 8, 8, 64, 64);
m_tilemap[1] = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(aerofgt_state::get_tile_info<1>),this), TILEMAP_SCAN_ROWS, 8, 8, 64, 64);
@@ -365,7 +365,7 @@ uint32_t aerofgt_state::screen_update_aerofgt(screen_device &screen, bitmap_ind1
***************************************************************************/
// BOOTLEG
-void aerofgt_state::video_start_wbbc97()
+VIDEO_START_MEMBER(aerofgt_state,wbbc97)
{
m_tilemap[0] = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(aerofgt_state::get_pspikes_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 64, 32);
/* no bg2 in this game */