summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/gal3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gal3.cpp')
-rw-r--r--src/mame/drivers/gal3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gal3.cpp b/src/mame/drivers/gal3.cpp
index a2657d87ac6..4b9ee2e2f7a 100644
--- a/src/mame/drivers/gal3.cpp
+++ b/src/mame/drivers/gal3.cpp
@@ -635,7 +635,7 @@ MACHINE_CONFIG_START(gal3_state::gal3)
*/
MCFG_QUANTUM_TIME(attotime::from_hz(60*8000)) /* 8000 CPU slices per frame */
- MCFG_NVRAM_ADD_0FILL("nvmem")
+ NVRAM(config, "nvmem", nvram_device::DEFAULT_ALL_0);
MCFG_SCREEN_ADD("lscreen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)