summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midvunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midvunit.cpp')
-rw-r--r--src/mame/drivers/midvunit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midvunit.cpp b/src/mame/drivers/midvunit.cpp
index 2ce3734d360..e3e7252cad7 100644
--- a/src/mame/drivers/midvunit.cpp
+++ b/src/mame/drivers/midvunit.cpp
@@ -1069,7 +1069,7 @@ MACHINE_CONFIG_START(midvunit_state::midvcommon)
MCFG_DEVICE_ADD("maincpu", TMS32031, CPU_CLOCK)
MCFG_DEVICE_PROGRAM_MAP(midvunit_map)
- MCFG_NVRAM_ADD_1FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1);
MCFG_TIMER_ADD_NONE("timer0")
MCFG_TIMER_ADD_NONE("timer1")