summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midtunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midtunit.cpp')
-rw-r--r--src/mame/drivers/midtunit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midtunit.cpp b/src/mame/drivers/midtunit.cpp
index 05278fc7d0d..0605d4a1861 100644
--- a/src/mame/drivers/midtunit.cpp
+++ b/src/mame/drivers/midtunit.cpp
@@ -604,7 +604,7 @@ MACHINE_CONFIG_START(midtunit_state::tunit_core)
MCFG_TMS340X0_FROM_SHIFTREG_CB(midtunit_state, from_shiftreg) /* read from shiftreg function */
MCFG_MACHINE_RESET_OVERRIDE(midtunit_state,midtunit)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_WATCHDOG_ADD("watchdog")