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.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/video/mc6845.cpp b/src/devices/video/mc6845.cpp
index bbaf5bebf32..e99a53c24d5 100644
--- a/src/devices/video/mc6845.cpp
+++ b/src/devices/video/mc6845.cpp
@@ -1521,16 +1521,11 @@ mos8568_device::mos8568_device(const machine_config &mconfig, const char *tag, d
}
-static MACHINE_CONFIG_START(mos8563)
+MACHINE_CONFIG_MEMBER(mos8563_device::device_add_mconfig)
MCFG_PALETTE_ADD("palette", 16)
MCFG_PALETTE_INIT_OWNER(mos8563_device, mos8563)
MACHINE_CONFIG_END
-machine_config_constructor mos8563_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( mos8563 );
-}
-
// VICE palette
PALETTE_INIT_MEMBER(mos8563_device, mos8563)