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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vcs/harmony_melody.cpp b/src/devices/bus/vcs/harmony_melody.cpp
index c22670d15c5..38f2b92dd94 100644
--- a/src/devices/bus/vcs/harmony_melody.cpp
+++ b/src/devices/bus/vcs/harmony_melody.cpp
@@ -83,8 +83,8 @@ void a26_rom_harmony_device::harmony_arm7_map(address_map &map)
}
MACHINE_CONFIG_START(a26_rom_harmony_device::device_add_mconfig)
- MCFG_CPU_ADD("arm", LPC2103, 70000000)
- MCFG_CPU_PROGRAM_MAP(harmony_arm7_map)
+ MCFG_DEVICE_ADD("arm", LPC2103, 70000000)
+ MCFG_DEVICE_PROGRAM_MAP(harmony_arm7_map)
MACHINE_CONFIG_END
// actually if the ARM code is doing this and providing every opcode to the main CPU based