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.cpp15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/devices/video/vic4567.cpp b/src/devices/video/vic4567.cpp
index c057506a730..de3810b74ee 100644
--- a/src/devices/video/vic4567.cpp
+++ b/src/devices/video/vic4567.cpp
@@ -2042,17 +2042,10 @@ uint32_t vic3_device::video_update( bitmap_ind16 &bitmap, const rectangle &clipr
return 0;
}
-
-static MACHINE_CONFIG_START( vic3 )
- MCFG_PALETTE_ADD_INIT_BLACK("palette", 0x100)
-MACHINE_CONFIG_END
-
//-------------------------------------------------
-// machine_config_additions - return a pointer to
-// the device's machine fragment
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-machine_config_constructor vic3_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( vic3 );
-}
+MACHINE_CONFIG_MEMBER( vic3_device::device_add_mconfig )
+ MCFG_PALETTE_ADD_INIT_BLACK("palette", 0x100)
+MACHINE_CONFIG_END