summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/v1050.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/v1050.cpp')
-rw-r--r--src/mame/video/v1050.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/v1050.cpp b/src/mame/video/v1050.cpp
index 46c91e5a485..1b2fa821be9 100644
--- a/src/mame/video/v1050.cpp
+++ b/src/mame/video/v1050.cpp
@@ -109,7 +109,7 @@ void v1050_state::video_start()
/* Machine Drivers */
-MACHINE_CONFIG_FRAGMENT( v1050_video )
+MACHINE_CONFIG_START( v1050_video )
MCFG_MC6845_ADD(H46505_TAG, H46505, SCREEN_TAG, XTAL_15_36MHz/8)
MCFG_MC6845_SHOW_BORDER_AREA(true)
MCFG_MC6845_CHAR_WIDTH(8)