summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/mach32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/mach32.cpp')
-rw-r--r--src/devices/bus/isa/mach32.cpp14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/devices/bus/isa/mach32.cpp b/src/devices/bus/isa/mach32.cpp
index 51a28531ac2..328072ca7a9 100644
--- a/src/devices/bus/isa/mach32.cpp
+++ b/src/devices/bus/isa/mach32.cpp
@@ -48,16 +48,11 @@ mach32_device::mach32_device(const machine_config &mconfig, device_type type, co
{
}
-static MACHINE_CONFIG_START( mach32_8514a )
+MACHINE_CONFIG_MEMBER( mach32_device::device_add_mconfig )
MCFG_DEVICE_ADD("8514a", ATIMACH32_8514A, 0)
MCFG_EEPROM_SERIAL_93C56_ADD("ati_eeprom")
MACHINE_CONFIG_END
-machine_config_constructor mach32_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( mach32_8514a );
-}
-
void mach32_8514a_device::device_config_complete()
{
m_vga = dynamic_cast<vga_device*>(owner());
@@ -115,16 +110,11 @@ mach64_device::mach64_device(const machine_config &mconfig, device_type type, co
{
}
-static MACHINE_CONFIG_START( mach64_8514a )
+MACHINE_CONFIG_MEMBER( mach64_device::device_add_mconfig )
MCFG_DEVICE_ADD("8514a", ATIMACH64_8514A, 0)
MCFG_EEPROM_SERIAL_93C56_ADD("ati_eeprom")
MACHINE_CONFIG_END
-machine_config_constructor mach64_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( mach64_8514a );
-}
-
void mach64_8514a_device::device_config_complete()
{
m_vga = dynamic_cast<vga_device*>(owner());