summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/skullxbo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/skullxbo.cpp')
-rw-r--r--src/mame/drivers/skullxbo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/skullxbo.cpp b/src/mame/drivers/skullxbo.cpp
index e651bf15a41..37bcb7aa9b4 100644
--- a/src/mame/drivers/skullxbo.cpp
+++ b/src/mame/drivers/skullxbo.cpp
@@ -233,8 +233,7 @@ MACHINE_CONFIG_START(skullxbo_state::skullxbo)
MCFG_TIMER_DRIVER_ADD("scan_timer", skullxbo_state, scanline_timer)
- MCFG_EEPROM_2816_ADD("eeprom")
- MCFG_EEPROM_28XX_LOCK_AFTER_WRITE(true)
+ EEPROM_2816(config, "eeprom").lock_after_write(true);
MCFG_WATCHDOG_ADD("watchdog")