summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wpc_95.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wpc_95.cpp')
-rw-r--r--src/mame/drivers/wpc_95.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wpc_95.cpp b/src/mame/drivers/wpc_95.cpp
index 80d867502f8..fe2978c1ea4 100644
--- a/src/mame/drivers/wpc_95.cpp
+++ b/src/mame/drivers/wpc_95.cpp
@@ -2263,7 +2263,7 @@ MACHINE_CONFIG_START(wpc_95_state::wpc_95)
MCFG_DEVICE_ADD("dmd", WPC_DMD, 0)
MCFG_WPC_DMD_SCANLINE_CALLBACK(WRITELINE(*this, wpc_95_state, scanline_irq))
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_DEVICE_ADD("dcs", DCS_AUDIO_WPC, 0)
MACHINE_CONFIG_END