diff options
Diffstat (limited to 'src/devices/bus/ieee488/softbox.cpp')
-rw-r--r-- | src/devices/bus/ieee488/softbox.cpp | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/ieee488/softbox.cpp b/src/devices/bus/ieee488/softbox.cpp index 84a980acf53..e89378d32b5 100644 --- a/src/devices/bus/ieee488/softbox.cpp +++ b/src/devices/bus/ieee488/softbox.cpp @@ -229,10 +229,10 @@ DEVICE_INPUT_DEFAULTS_END //------------------------------------------------- -// MACHINE_CONFIG_START( softbox ) +// device_add_mconfig - add device configuration //------------------------------------------------- -static MACHINE_CONFIG_START( softbox ) +MACHINE_CONFIG_MEMBER( softbox_device::device_add_mconfig ) // basic machine hardware MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_8MHz/2) MCFG_CPU_PROGRAM_MAP(softbox_mem) @@ -278,17 +278,6 @@ MACHINE_CONFIG_END //------------------------------------------------- -// machine_config_additions - device-specific -// machine configurations -//------------------------------------------------- - -machine_config_constructor softbox_device::device_mconfig_additions() const -{ - return MACHINE_CONFIG_NAME( softbox ); -} - - -//------------------------------------------------- // INPUT_PORTS( softbox ) //------------------------------------------------- |