summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_l.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taito_l.cpp')
-rw-r--r--src/mame/video/taito_l.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/taito_l.cpp b/src/mame/video/taito_l.cpp
index 908697ddda1..1380b7f35d8 100644
--- a/src/mame/video/taito_l.cpp
+++ b/src/mame/video/taito_l.cpp
@@ -46,7 +46,7 @@ TILE_GET_INFO_MEMBER(taitol_state::get_tx_tile_info)
***************************************************************************/
-VIDEO_START_MEMBER(taitol_state, taito_l)
+void taitol_state::video_start_taito_l()
{
m_buff_spriteram = make_unique_clear<u8[]>(SPRITERAM_SIZE);
int i;