summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/datach.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/datach.cpp')
-rw-r--r--src/devices/bus/nes/datach.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/nes/datach.cpp b/src/devices/bus/nes/datach.cpp
index 3efd89e948f..7cb58980960 100644
--- a/src/devices/bus/nes/datach.cpp
+++ b/src/devices/bus/nes/datach.cpp
@@ -202,7 +202,7 @@ uint8_t *nes_datach_rom_device::get_cart_base()
}
-MACHINE_CONFIG_MEMBER( nes_datach_24c01_device::device_add_mconfig )
+MACHINE_CONFIG_START(nes_datach_24c01_device::device_add_mconfig)
MCFG_24C01_ADD("i2cmem")
MACHINE_CONFIG_END
@@ -368,7 +368,7 @@ static SLOT_INTERFACE_START(datach_cart)
SLOT_INTERFACE_END
-MACHINE_CONFIG_MEMBER( nes_datach_device::device_add_mconfig )
+MACHINE_CONFIG_START(nes_datach_device::device_add_mconfig)
MCFG_BARCODE_READER_ADD("datach")
MCFG_DATACH_MINICART_ADD("datach_slot", datach_cart)
MCFG_24C02_ADD("i2cmem")