summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/harmony_melody.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs/harmony_melody.cpp')
-rw-r--r--src/devices/bus/vcs/harmony_melody.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs/harmony_melody.cpp b/src/devices/bus/vcs/harmony_melody.cpp
index 6f21a84b7a8..ab2e9bcf0e7 100644
--- a/src/devices/bus/vcs/harmony_melody.cpp
+++ b/src/devices/bus/vcs/harmony_melody.cpp
@@ -81,7 +81,7 @@ void a26_rom_harmony_device::device_start()
static ADDRESS_MAP_START( harmony_arm7_map, AS_PROGRAM, 32, a26_rom_harmony_device )
ADDRESS_MAP_END
-MACHINE_CONFIG_MEMBER( a26_rom_harmony_device::device_add_mconfig )
+MACHINE_CONFIG_START(a26_rom_harmony_device::device_add_mconfig)
MCFG_CPU_ADD("arm", LPC2103, 70000000)
MCFG_CPU_PROGRAM_MAP(harmony_arm7_map)
MACHINE_CONFIG_END