summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wswan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wswan.cpp')
-rw-r--r--src/mame/drivers/wswan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wswan.cpp b/src/mame/drivers/wswan.cpp
index 7e56a8f0f3f..a16a42503f9 100644
--- a/src/mame/drivers/wswan.cpp
+++ b/src/mame/drivers/wswan.cpp
@@ -141,7 +141,7 @@ MACHINE_CONFIG_START(wswan_state::wswan)
MCFG_QUANTUM_TIME(attotime::from_hz(60))
- MCFG_NVRAM_ADD_1FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1);
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_wswan)
MCFG_PALETTE_ADD("palette", 16)