summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl/bcbattle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes_ctrl/bcbattle.cpp')
-rw-r--r--src/devices/bus/nes_ctrl/bcbattle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes_ctrl/bcbattle.cpp b/src/devices/bus/nes_ctrl/bcbattle.cpp
index 263017e27a3..404b0fef12e 100644
--- a/src/devices/bus/nes_ctrl/bcbattle.cpp
+++ b/src/devices/bus/nes_ctrl/bcbattle.cpp
@@ -20,7 +20,7 @@
DEFINE_DEVICE_TYPE(NES_BARCODE_BATTLER, nes_bcbattle_device, "nes_bcbattle", "Epoch Barcode Battler (FC)")
-MACHINE_CONFIG_MEMBER( nes_bcbattle_device::device_add_mconfig )
+MACHINE_CONFIG_START(nes_bcbattle_device::device_add_mconfig)
MCFG_BARCODE_READER_ADD("battler")
MACHINE_CONFIG_END