summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i80130.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i80130.cpp')
-rw-r--r--src/devices/machine/i80130.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/machine/i80130.cpp b/src/devices/machine/i80130.cpp
index 8e08e715765..f4c24f8e191 100644
--- a/src/devices/machine/i80130.cpp
+++ b/src/devices/machine/i80130.cpp
@@ -95,10 +95,10 @@ const tiny_rom_entry *i80130_device::device_rom_region() const
//-------------------------------------------------
-// MACHINE_CONFIG_START( i80130 )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( i80130 )
+MACHINE_CONFIG_MEMBER( i80130_device::device_add_mconfig )
MCFG_PIC8259_ADD("pic", DEVWRITELINE(DEVICE_SELF, i80130_device, irq_w), VCC, NOOP)
MCFG_DEVICE_ADD("pit", PIT8254, 0)
@@ -111,17 +111,6 @@ static MACHINE_CONFIG_START( i80130 )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor i80130_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( i80130 );
-}
-
-
//**************************************************************************
// LIVE DEVICE