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.cpp14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/devices/bus/snes/event.cpp b/src/devices/bus/snes/event.cpp
index 428a1afeae0..6b6e7c13abe 100644
--- a/src/devices/bus/snes/event.cpp
+++ b/src/devices/bus/snes/event.cpp
@@ -216,26 +216,16 @@ ADDRESS_MAP_END
//-------------------------------------------------
-// MACHINE_DRIVER( snes_dsp )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( snes_dsp_pfest94 )
+MACHINE_CONFIG_MEMBER( 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)
MACHINE_CONFIG_END
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor sns_pfest94_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( snes_dsp_pfest94 );
-}
-
-//-------------------------------------------------
// Dipswitch
//-------------------------------------------------