summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/gp_1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gp_1.cpp')
-rw-r--r--src/mame/drivers/gp_1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gp_1.cpp b/src/mame/drivers/gp_1.cpp
index e6270dc1826..6fd5c627c62 100644
--- a/src/mame/drivers/gp_1.cpp
+++ b/src/mame/drivers/gp_1.cpp
@@ -440,7 +440,7 @@ MACHINE_CONFIG_START(gp_1_state::gp_1)
MCFG_DEVICE_IO_MAP(gp_1_io)
MCFG_Z80_DAISY_CHAIN(daisy_chain)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* Video */
config.set_default_layout(layout_gp_1);