summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/reu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/reu.cpp')
-rw-r--r--src/devices/bus/c64/reu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/reu.cpp b/src/devices/bus/c64/reu.cpp
index 01b371392c7..b7ab238e47e 100644
--- a/src/devices/bus/c64/reu.cpp
+++ b/src/devices/bus/c64/reu.cpp
@@ -31,7 +31,7 @@ DEFINE_DEVICE_TYPE(C64_REU1764, c64_reu1764_cartridge_device, "c64_1764reu", "17
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( c64_reu_cartridge_device::device_add_mconfig )
+MACHINE_CONFIG_START(c64_reu_cartridge_device::device_add_mconfig)
MCFG_MOS8726_ADD(MOS8726R1_TAG)
MCFG_GENERIC_SOCKET_ADD("rom", generic_linear_slot, nullptr)