summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/abc80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/abc80.cpp')
-rw-r--r--src/mame/video/abc80.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/abc80.cpp b/src/mame/video/abc80.cpp
index d1ba7f3be0e..e84ca90c5cf 100644
--- a/src/mame/video/abc80.cpp
+++ b/src/mame/video/abc80.cpp
@@ -189,10 +189,10 @@ uint32_t abc80_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap,
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( abc80_video )
+// MACHINE_CONFIG_START( abc80_video )
//-------------------------------------------------
-MACHINE_CONFIG_FRAGMENT( abc80_video )
+MACHINE_CONFIG_START( abc80_video )
MCFG_SCREEN_ADD(SCREEN_TAG, RASTER)
MCFG_SCREEN_UPDATE_DRIVER(abc80_state, screen_update)