summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exidy440.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/exidy440.cpp')
-rw-r--r--src/mame/video/exidy440.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/exidy440.cpp b/src/mame/video/exidy440.cpp
index 5420a665b26..7a405a48ec3 100644
--- a/src/mame/video/exidy440.cpp
+++ b/src/mame/video/exidy440.cpp
@@ -458,7 +458,7 @@ uint32_t exidy440_state::screen_update_topsecex(screen_device &screen, bitmap_in
*
*************************************/
-MACHINE_CONFIG_FRAGMENT( exidy440_video )
+MACHINE_CONFIG_START( exidy440_video )
MCFG_VIDEO_START_OVERRIDE(exidy440_state,exidy440)
MCFG_PALETTE_ADD("palette", 256)
@@ -470,7 +470,7 @@ MACHINE_CONFIG_FRAGMENT( exidy440_video )
MACHINE_CONFIG_END
-MACHINE_CONFIG_FRAGMENT( topsecex_video )
+MACHINE_CONFIG_START( topsecex_video )
MCFG_VIDEO_START_OVERRIDE(exidy440_state,topsecex)
MCFG_SCREEN_MODIFY("screen")