summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/beathead.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/beathead.cpp')
-rw-r--r--src/mame/drivers/beathead.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/beathead.cpp b/src/mame/drivers/beathead.cpp
index a19f842a5f7..7b8b8b86db0 100644
--- a/src/mame/drivers/beathead.cpp
+++ b/src/mame/drivers/beathead.cpp
@@ -342,8 +342,7 @@ MACHINE_CONFIG_START(beathead_state::beathead)
MCFG_DEVICE_ADD("maincpu", ASAP, ATARI_CLOCK_14MHz)
MCFG_DEVICE_PROGRAM_MAP(main_map)
- MCFG_EEPROM_2804_ADD("eeprom")
- MCFG_EEPROM_28XX_LOCK_AFTER_WRITE(true)
+ EEPROM_2804(config, "eeprom").lock_after_write(true);
MCFG_WATCHDOG_ADD("watchdog")