summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarigen.cpp')
-rw-r--r--src/mame/machine/atarigen.cpp21
1 files changed, 4 insertions, 17 deletions
diff --git a/src/mame/machine/atarigen.cpp b/src/mame/machine/atarigen.cpp
index 065969e5b84..65b2b5a84b7 100644
--- a/src/mame/machine/atarigen.cpp
+++ b/src/mame/machine/atarigen.cpp
@@ -900,19 +900,13 @@ atari_eeprom_2804_device::atari_eeprom_2804_device(const machine_config &mconfig
//-------------------------------------------------
-// device_mconfig_additions - return machine
-// config fragment
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_START(atari_eeprom_2804_config)
+MACHINE_CONFIG_MEMBER(atari_eeprom_2804_device::device_add_mconfig)
MCFG_EEPROM_2804_ADD("eeprom")
MACHINE_CONFIG_END
-machine_config_constructor atari_eeprom_2804_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME(atari_eeprom_2804_config);
-}
-
//-------------------------------------------------
// atari_eeprom_2816_device - constructor
@@ -925,20 +919,13 @@ atari_eeprom_2816_device::atari_eeprom_2816_device(const machine_config &mconfig
//-------------------------------------------------
-// device_mconfig_additions - return machine
-// config fragment
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_START(atari_eeprom_2816_config)
+MACHINE_CONFIG_MEMBER(atari_eeprom_2816_device::device_add_mconfig)
MCFG_EEPROM_2816_ADD("eeprom")
MACHINE_CONFIG_END
-machine_config_constructor atari_eeprom_2816_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME(atari_eeprom_2816_config);
-}
-
-
/***************************************************************************
OVERALL INIT