summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes/event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes/event.cpp')
-rw-r--r--src/devices/bus/snes/event.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/snes/event.cpp b/src/devices/bus/snes/event.cpp
index 4095df98bfd..387536ecb88 100644
--- a/src/devices/bus/snes/event.cpp
+++ b/src/devices/bus/snes/event.cpp
@@ -222,9 +222,9 @@ void sns_pfest94_device::dsp_data_map_lorom(address_map &map)
//-------------------------------------------------
MACHINE_CONFIG_START(sns_pfest94_device::device_add_mconfig)
- MCFG_CPU_ADD("dsp", UPD7725, 8000000)
- MCFG_CPU_PROGRAM_MAP(dsp_prg_map_lorom)
- MCFG_CPU_DATA_MAP(dsp_data_map_lorom)
+ MCFG_DEVICE_ADD("dsp", UPD7725, 8000000)
+ MCFG_DEVICE_PROGRAM_MAP(dsp_prg_map_lorom)
+ MCFG_DEVICE_DATA_MAP(dsp_data_map_lorom)
MACHINE_CONFIG_END
//-------------------------------------------------