summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m92.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m92.cpp')
-rw-r--r--src/mame/drivers/m92.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m92.cpp b/src/mame/drivers/m92.cpp
index aa7e089a72f..7045b7bc98a 100644
--- a/src/mame/drivers/m92.cpp
+++ b/src/mame/drivers/m92.cpp
@@ -1012,7 +1012,7 @@ MACHINE_CONFIG_START(m92_state::majtitl2)
m92_banked(config);
MCFG_DEVICE_MODIFY("maincpu")
MCFG_DEVICE_PROGRAM_MAP(majtitl2_map)
- MCFG_NVRAM_ADD_0FILL("eeprom")
+ NVRAM(config, "eeprom", nvram_device::DEFAULT_ALL_0);
MCFG_DEVICE_MODIFY("soundcpu")
MCFG_V25_CONFIG(majtitl2_decryption_table)