diff options
Diffstat (limited to 'src/devices/bus/plus4/c1551.cpp')
-rw-r--r-- | src/devices/bus/plus4/c1551.cpp | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/plus4/c1551.cpp b/src/devices/bus/plus4/c1551.cpp index c15932c30b2..5bc0e6b3d2c 100644 --- a/src/devices/bus/plus4/c1551.cpp +++ b/src/devices/bus/plus4/c1551.cpp @@ -340,10 +340,10 @@ FLOPPY_FORMATS_END //------------------------------------------------- -// MACHINE_DRIVER( c1551 ) +// device_add_mconfig - add device configuration //------------------------------------------------- -static MACHINE_CONFIG_START( c1551 ) +MACHINE_CONFIG_MEMBER( c1551_device::device_add_mconfig ) MCFG_CPU_ADD(M6510T_TAG, M6510T, XTAL_16MHz/8) MCFG_CPU_PROGRAM_MAP(c1551_mem) MCFG_M6510T_PORT_CALLBACKS(READ8(c1551_device, port_r), WRITE8(c1551_device, port_w)) @@ -373,17 +373,6 @@ MACHINE_CONFIG_END //------------------------------------------------- -// machine_config_additions - device-specific -// machine configurations -//------------------------------------------------- - -machine_config_constructor c1551_device::device_mconfig_additions() const -{ - return MACHINE_CONFIG_NAME( c1551 ); -} - - -//------------------------------------------------- // INPUT_PORTS( c1551 ) //------------------------------------------------- |