summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tmnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tmnt.cpp')
-rw-r--r--src/mame/video/tmnt.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/video/tmnt.cpp b/src/mame/video/tmnt.cpp
index e1cb469d712..7da27c28eee 100644
--- a/src/mame/video/tmnt.cpp
+++ b/src/mame/video/tmnt.cpp
@@ -206,7 +206,7 @@ K05324X_CB_MEMBER(tmnt_state::prmrsocr_sprite_callback)
***************************************************************************/
-void tmnt_state::video_start_cuebrick()
+VIDEO_START_MEMBER(tmnt_state,cuebrick)
{
m_layer_colorbase[0] = 0;
m_layer_colorbase[1] = 32;
@@ -214,7 +214,7 @@ void tmnt_state::video_start_cuebrick()
m_sprite_colorbase = 16;
}
-void tmnt_state::video_start_mia()
+VIDEO_START_MEMBER(tmnt_state,mia)
{
m_layer_colorbase[0] = 0;
m_layer_colorbase[1] = 32;
@@ -225,7 +225,7 @@ void tmnt_state::video_start_mia()
save_item(NAME(m_tmnt_priorityflag));
}
-void tmnt_state::video_start_tmnt()
+VIDEO_START_MEMBER(tmnt_state,tmnt)
{
m_layer_colorbase[0] = 0;
m_layer_colorbase[1] = 32;
@@ -238,7 +238,7 @@ void tmnt_state::video_start_tmnt()
m_palette->set_shadow_factor(0.75);
}
-void tmnt_state::video_start_lgtnfght()/* also tmnt2, ssriders */
+VIDEO_START_MEMBER(tmnt_state,lgtnfght)/* also tmnt2, ssriders */
{
m_k053245->set_z_rejection(0);
@@ -250,7 +250,7 @@ void tmnt_state::video_start_lgtnfght()/* also tmnt2, ssriders */
save_item(NAME(m_lasten));
}
-void tmnt_state::video_start_glfgreat()
+VIDEO_START_MEMBER(tmnt_state,glfgreat)
{
m_roz_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(tmnt_state::glfgreat_get_roz_tile_info),this), TILEMAP_SCAN_ROWS, 16, 16, 512, 512);
m_roz_tilemap->set_transparent_pen(0);
@@ -263,7 +263,7 @@ void tmnt_state::video_start_glfgreat()
save_item(NAME(m_glfgreat_roz_rom_mode));
}
-void tmnt_state::video_start_prmrsocr()
+VIDEO_START_MEMBER(tmnt_state,prmrsocr)
{
m_roz_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(tmnt_state::prmrsocr_get_roz_tile_info),this), TILEMAP_SCAN_ROWS, 16, 16, 512, 256);
m_roz_tilemap->set_transparent_pen(0);
@@ -274,7 +274,7 @@ void tmnt_state::video_start_prmrsocr()
save_item(NAME(m_glfgreat_roz_char_bank));
}
-void tmnt_state::video_start_blswhstl()
+VIDEO_START_MEMBER(tmnt_state,blswhstl)
{
m_blswhstl_rombank = -1;
save_item(NAME(m_blswhstl_rombank));