summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/vic4567.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/vic4567.cpp')
-rw-r--r--src/devices/video/vic4567.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/vic4567.cpp b/src/devices/video/vic4567.cpp
index efec0d795a6..534e78eecc1 100644
--- a/src/devices/video/vic4567.cpp
+++ b/src/devices/video/vic4567.cpp
@@ -2046,6 +2046,6 @@ uint32_t vic3_device::video_update( bitmap_ind16 &bitmap, const rectangle &clipr
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( vic3_device::device_add_mconfig )
+MACHINE_CONFIG_START(vic3_device::device_add_mconfig)
MCFG_PALETTE_ADD_INIT_BLACK("palette", 0x100)
MACHINE_CONFIG_END