summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/pds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/pds.cpp')
-rw-r--r--src/devices/bus/isa/pds.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/isa/pds.cpp b/src/devices/bus/isa/pds.cpp
index ec0b7f00c8c..c86ab0d7c48 100644
--- a/src/devices/bus/isa/pds.cpp
+++ b/src/devices/bus/isa/pds.cpp
@@ -56,11 +56,6 @@ void isa8_pds_device::device_stop()
{
}
-static MACHINE_CONFIG_START( pds_config )
+MACHINE_CONFIG_MEMBER( isa8_pds_device::device_add_mconfig )
MCFG_DEVICE_ADD("pds_ppi", I8255, 0)
MACHINE_CONFIG_END
-
-machine_config_constructor isa8_pds_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( pds_config );
-}