summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/x1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/x1.cpp')
-rw-r--r--src/mame/video/x1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/x1.cpp b/src/mame/video/x1.cpp
index 141d9bc900a..dc872754dd8 100644
--- a/src/mame/video/x1.cpp
+++ b/src/mame/video/x1.cpp
@@ -19,7 +19,7 @@
*
*************************************/
-void x1_state::video_start_x1()
+VIDEO_START_MEMBER(x1_state,x1)
{
m_gfx_bitmap_ram = make_unique_clear<uint8_t[]>(0xc000*2);
m_bitmapbank->configure_entries(0, 2, m_gfx_bitmap_ram.get(), 0xc000);