summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gluck2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gluck2.cpp')
-rw-r--r--src/mame/drivers/gluck2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gluck2.cpp b/src/mame/drivers/gluck2.cpp
index aa6f886776e..dec80e19483 100644
--- a/src/mame/drivers/gluck2.cpp
+++ b/src/mame/drivers/gluck2.cpp
@@ -489,7 +489,7 @@ MACHINE_CONFIG_START(gluck2_state::gluck2)
MCFG_DEVICE_ADD("maincpu", M6502, MASTER_CLOCK/16) /* guess */
MCFG_DEVICE_PROGRAM_MAP(gluck2_map)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)