summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simpsons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/simpsons.cpp')
-rw-r--r--src/mame/drivers/simpsons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/simpsons.cpp b/src/mame/drivers/simpsons.cpp
index 034e8528d67..4cddaea2128 100644
--- a/src/mame/drivers/simpsons.cpp
+++ b/src/mame/drivers/simpsons.cpp
@@ -346,7 +346,7 @@ MACHINE_CONFIG_START(simpsons_state::simpsons)
MCFG_ADDRESS_MAP_BANK_ADDR_WIDTH(14)
MCFG_ADDRESS_MAP_BANK_STRIDE(0x2000)
- MCFG_EEPROM_SERIAL_ER5911_8BIT_ADD("eeprom")
+ MCFG_DEVICE_ADD("eeprom", EEPROM_SERIAL_ER5911_8BIT)
MCFG_WATCHDOG_ADD("watchdog")