summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/vic1010.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/vic1010.cpp')
-rw-r--r--src/devices/bus/vic20/vic1010.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vic20/vic1010.cpp b/src/devices/bus/vic20/vic1010.cpp
index 3b03a795a52..daf191aef7b 100644
--- a/src/devices/bus/vic20/vic1010.cpp
+++ b/src/devices/bus/vic20/vic1010.cpp
@@ -22,7 +22,7 @@ DEFINE_DEVICE_TYPE(VIC1010, vic1010_device, "vic1010", "VIC-1010 Expansion Modul
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( vic1010_device::device_add_mconfig )
+MACHINE_CONFIG_START(vic1010_device::device_add_mconfig)
MCFG_VIC20_PASSTHRU_EXPANSION_SLOT_ADD("slot1")
MCFG_VIC20_PASSTHRU_EXPANSION_SLOT_ADD("slot2")
MCFG_VIC20_PASSTHRU_EXPANSION_SLOT_ADD("slot3")