summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/xl80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/xl80.cpp')
-rw-r--r--src/devices/bus/c64/xl80.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/c64/xl80.cpp b/src/devices/bus/c64/xl80.cpp
index 31e66699b2d..87740c52558 100644
--- a/src/devices/bus/c64/xl80.cpp
+++ b/src/devices/bus/c64/xl80.cpp
@@ -120,10 +120,10 @@ GFXDECODE_END
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( c64_xl80 )
+// MACHINE_CONFIG_START( c64_xl80 )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( c64_xl80 )
+static MACHINE_CONFIG_START( c64_xl80 )
MCFG_SCREEN_ADD_MONOCHROME(MC6845_SCREEN_TAG, RASTER, rgb_t::white())
MCFG_SCREEN_UPDATE_DEVICE(HD46505SP_TAG, h46505_device, screen_update)
MCFG_SCREEN_SIZE(80*8, 24*8)