summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/geocable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/geocable.cpp')
-rw-r--r--src/devices/bus/c64/geocable.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/c64/geocable.cpp b/src/devices/bus/c64/geocable.cpp
index f606e8ced3c..1263b8203d9 100644
--- a/src/devices/bus/c64/geocable.cpp
+++ b/src/devices/bus/c64/geocable.cpp
@@ -27,26 +27,15 @@ DEFINE_DEVICE_TYPE(C64_GEOCABLE, c64_geocable_device, "c64_geocable", "C64 geoCa
//-------------------------------------------------
-// MACHINE_CONFIG_START( c64_geocable )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( c64_geocable )
+MACHINE_CONFIG_MEMBER( c64_geocable_device::device_add_mconfig )
MCFG_CENTRONICS_ADD("centronics", centronics_devices, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(c64_geocable_device, output_b))
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor c64_geocable_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( c64_geocable );
-}
-
-
//**************************************************************************
// LIVE DEVICE