summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/modena.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/modena.cpp')
-rw-r--r--src/mame/drivers/modena.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/modena.cpp b/src/mame/drivers/modena.cpp
index d0336b61ed2..556c2e5006c 100644
--- a/src/mame/drivers/modena.cpp
+++ b/src/mame/drivers/modena.cpp
@@ -145,7 +145,7 @@ MACHINE_CONFIG_START(mephisto_modena_state::modena)
MCFG_TIMER_START_DELAY(attotime::from_hz(XTAL(4'194'304) / (1 << 13)) - attotime::from_usec(975)) // active for 975us
MCFG_TIMER_DRIVER_ADD_PERIODIC("nmi_off", mephisto_modena_state, nmi_off, attotime::from_hz(XTAL(4'194'304) / (1 << 13)))
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_MEPHISTO_BUTTONS_BOARD_ADD("board")
MCFG_MEPHISTO_BOARD_DISABLE_LEDS(true)