summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/phoenix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/phoenix.cpp')
-rw-r--r--src/mame/video/phoenix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/phoenix.cpp b/src/mame/video/phoenix.cpp
index 9407302810e..aaffc95198e 100644
--- a/src/mame/video/phoenix.cpp
+++ b/src/mame/video/phoenix.cpp
@@ -166,7 +166,7 @@ TILE_GET_INFO_MEMBER(phoenix_state::get_bg_tile_info)
***************************************************************************/
-VIDEO_START_MEMBER(phoenix_state,phoenix)
+void phoenix_state::video_start_phoenix()
{
m_videoram_pg[0] = std::make_unique<uint8_t[]>(0x1000);
memset(m_videoram_pg[0].get(), 0x00, 0x1000 * sizeof(uint8_t));