summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/ssi2001.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/ssi2001.cpp')
-rw-r--r--src/devices/bus/isa/ssi2001.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/isa/ssi2001.cpp b/src/devices/bus/isa/ssi2001.cpp
index 5009705ea6e..b6983656f9a 100644
--- a/src/devices/bus/isa/ssi2001.cpp
+++ b/src/devices/bus/isa/ssi2001.cpp
@@ -10,18 +10,13 @@
DEFINE_DEVICE_TYPE(ISA8_SSI2001, ssi2001_device, "ssi2001", "Innovation SSI-2001 Audio Adapter")
-static MACHINE_CONFIG_START( ssi2001 )
+MACHINE_CONFIG_MEMBER( ssi2001_device::device_add_mconfig )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("sid6581", MOS6581, XTAL_14_31818MHz/16)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
MCFG_PC_JOY_ADD("pc_joy")
MACHINE_CONFIG_END
-machine_config_constructor ssi2001_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( ssi2001 );
-}
-
ssi2001_device::ssi2001_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, ISA8_SSI2001, tag, owner, clock),
device_isa8_card_interface(mconfig, *this),