diff options
Diffstat (limited to 'src/devices/bus/isa/wdxt_gen.cpp')
-rw-r--r-- | src/devices/bus/isa/wdxt_gen.cpp | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/isa/wdxt_gen.cpp b/src/devices/bus/isa/wdxt_gen.cpp index 638a46b660c..7930ca4de92 100644 --- a/src/devices/bus/isa/wdxt_gen.cpp +++ b/src/devices/bus/isa/wdxt_gen.cpp @@ -135,10 +135,10 @@ WRITE8_MEMBER( wdxt_gen_device::ram_w ) } //------------------------------------------------- -// MACHINE_DRIVER( wdxt_gen ) +// device_add_mconfig - add device configuration //------------------------------------------------- -static MACHINE_CONFIG_START( wdxt_gen ) +MACHINE_CONFIG_MEMBER( wdxt_gen_device::device_add_mconfig ) MCFG_CPU_ADD(WD1015_TAG, I8049, 5000000) MCFG_CPU_IO_MAP(wd1015_io) MCFG_MCS48_PORT_T0_IN_CB(DEVREADLINE(WD11C00_17_TAG, wd11c00_17_device, busy_r)) @@ -173,17 +173,6 @@ static MACHINE_CONFIG_START( wdxt_gen ) MACHINE_CONFIG_END -//------------------------------------------------- -// machine_config_additions - device-specific -// machine configurations -//------------------------------------------------- - -machine_config_constructor wdxt_gen_device::device_mconfig_additions() const -{ - return MACHINE_CONFIG_NAME( wdxt_gen ); -} - - //************************************************************************** // LIVE DEVICE //************************************************************************** |