summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cloak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cloak.cpp')
-rw-r--r--src/mame/drivers/cloak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cloak.cpp b/src/mame/drivers/cloak.cpp
index 66cb8278daf..08a58d805a7 100644
--- a/src/mame/drivers/cloak.cpp
+++ b/src/mame/drivers/cloak.cpp
@@ -326,7 +326,7 @@ MACHINE_CONFIG_START(cloak_state::cloak)
MCFG_QUANTUM_TIME(attotime::from_hz(1000))
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
ls259_device &outlatch(LS259(config, "outlatch")); // 10B
outlatch.q_out_cb<0>().set(FUNC(cloak_state::coin_counter_r_w));