summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/equites.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/equites.cpp')
-rw-r--r--src/mame/drivers/equites.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/equites.cpp b/src/mame/drivers/equites.cpp
index 07878546874..748a57bd5e7 100644
--- a/src/mame/drivers/equites.cpp
+++ b/src/mame/drivers/equites.cpp
@@ -1200,7 +1200,7 @@ MACHINE_CONFIG_START(gekisou_state::gekisou)
MCFG_DEVICE_PROGRAM_MAP(mcu_map)
// gekisou has battery-backed RAM to store settings
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MACHINE_CONFIG_END