summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/ieee488.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/ieee488.cpp')
-rw-r--r--src/devices/bus/c64/ieee488.cpp16
1 files changed, 3 insertions, 13 deletions
diff --git a/src/devices/bus/c64/ieee488.cpp b/src/devices/bus/c64/ieee488.cpp
index ad3f15212f5..00a4e4c1893 100644
--- a/src/devices/bus/c64/ieee488.cpp
+++ b/src/devices/bus/c64/ieee488.cpp
@@ -136,11 +136,12 @@ WRITE8_MEMBER( c64_ieee488_device::tpi_pc_w )
m_roml_sel = BIT(data, 4);
}
+
//-------------------------------------------------
-// MACHINE_CONFIG_START( c64_ieee488 )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( c64_ieee488 )
+MACHINE_CONFIG_MEMBER( c64_ieee488_device::device_add_mconfig )
MCFG_DEVICE_ADD(MOS6525_TAG, TPI6525, 0)
MCFG_TPI6525_IN_PA_CB(READ8(c64_ieee488_device, tpi_pa_r))
MCFG_TPI6525_OUT_PA_CB(WRITE8(c64_ieee488_device, tpi_pa_w))
@@ -154,17 +155,6 @@ static MACHINE_CONFIG_START( c64_ieee488 )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor c64_ieee488_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( c64_ieee488 );
-}
-
-
//**************************************************************************
// LIVE DEVICE