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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/atarigen.cpp b/src/mame/machine/atarigen.cpp
index 3b8aa98bc89..065969e5b84 100644
--- a/src/mame/machine/atarigen.cpp
+++ b/src/mame/machine/atarigen.cpp
@@ -904,7 +904,7 @@ atari_eeprom_2804_device::atari_eeprom_2804_device(const machine_config &mconfig
// config fragment
//-------------------------------------------------
-MACHINE_CONFIG_FRAGMENT(atari_eeprom_2804_config)
+MACHINE_CONFIG_START(atari_eeprom_2804_config)
MCFG_EEPROM_2804_ADD("eeprom")
MACHINE_CONFIG_END
@@ -929,7 +929,7 @@ atari_eeprom_2816_device::atari_eeprom_2816_device(const machine_config &mconfig
// config fragment
//-------------------------------------------------
-MACHINE_CONFIG_FRAGMENT(atari_eeprom_2816_config)
+MACHINE_CONFIG_START(atari_eeprom_2816_config)
MCFG_EEPROM_2816_ADD("eeprom")
MACHINE_CONFIG_END