summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gridlee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gridlee.cpp')
-rw-r--r--src/mame/drivers/gridlee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gridlee.cpp b/src/mame/drivers/gridlee.cpp
index 33d5cfbe222..67459d57a22 100644
--- a/src/mame/drivers/gridlee.cpp
+++ b/src/mame/drivers/gridlee.cpp
@@ -402,7 +402,7 @@ MACHINE_CONFIG_START(gridlee_state::gridlee)
MCFG_DEVICE_ADD("maincpu", M6809, GRIDLEE_CPU_CLOCK)
MCFG_DEVICE_PROGRAM_MAP(cpu1_map)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_WATCHDOG_ADD("watchdog")