summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mc6845.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mc6845.cpp')
-rw-r--r--src/devices/video/mc6845.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/mc6845.cpp b/src/devices/video/mc6845.cpp
index 4bf1c757c2e..bbaf5bebf32 100644
--- a/src/devices/video/mc6845.cpp
+++ b/src/devices/video/mc6845.cpp
@@ -1521,7 +1521,7 @@ mos8568_device::mos8568_device(const machine_config &mconfig, const char *tag, d
}
-static MACHINE_CONFIG_FRAGMENT(mos8563)
+static MACHINE_CONFIG_START(mos8563)
MCFG_PALETTE_ADD("palette", 16)
MCFG_PALETTE_INIT_OWNER(mos8563_device, mos8563)
MACHINE_CONFIG_END