summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segajw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segajw.cpp')
-rw-r--r--src/mame/drivers/segajw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segajw.cpp b/src/mame/drivers/segajw.cpp
index 75910127bf2..0663a496d53 100644
--- a/src/mame/drivers/segajw.cpp
+++ b/src/mame/drivers/segajw.cpp
@@ -382,7 +382,7 @@ MACHINE_CONFIG_START(segajw_state::segajw)
MCFG_QUANTUM_TIME(attotime::from_hz(2000))
- MCFG_NVRAM_ADD_NO_FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_NONE);
sega_315_5296_device &io1a(SEGA_315_5296(config, "io1a", 0)); // unknown clock
io1a.out_pa_callback().set(FUNC(segajw_state::coin_counter_w));