summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/neogeo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/neogeo.cpp')
-rw-r--r--src/mame/drivers/neogeo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/neogeo.cpp b/src/mame/drivers/neogeo.cpp
index 2edb3abb784..a1e88b164ca 100644
--- a/src/mame/drivers/neogeo.cpp
+++ b/src/mame/drivers/neogeo.cpp
@@ -2002,7 +2002,7 @@ MACHINE_CONFIG_START(ngarcade_base_state::neogeo_arcade)
MCFG_UPD4990A_ADD("upd4990a", XTAL(32'768), NOOP, NOOP)
- MCFG_NVRAM_ADD_0FILL("saveram")
+ NVRAM(config, "saveram", nvram_device::DEFAULT_ALL_0);
MACHINE_CONFIG_END