summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/abc802.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/abc802.cpp')
-rw-r--r--src/mame/video/abc802.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/abc802.cpp b/src/mame/video/abc802.cpp
index d9c88a039b2..146eae30db6 100644
--- a/src/mame/video/abc802.cpp
+++ b/src/mame/video/abc802.cpp
@@ -200,10 +200,10 @@ uint32_t abc802_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( abc802_video )
+// MACHINE_CONFIG_START( abc802_video )
//-------------------------------------------------
-MACHINE_CONFIG_FRAGMENT( abc802_video )
+MACHINE_CONFIG_START( abc802_video )
MCFG_MC6845_ADD(MC6845_TAG, MC6845, SCREEN_TAG, ABC800_CCLK)
MCFG_MC6845_SHOW_BORDER_AREA(true)
MCFG_MC6845_CHAR_WIDTH(ABC800_CHAR_WIDTH)