summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s11a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s11a.cpp')
-rw-r--r--src/mame/drivers/s11a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s11a.cpp b/src/mame/drivers/s11a.cpp
index 44810b4d6c4..d42e9c79466 100644
--- a/src/mame/drivers/s11a.cpp
+++ b/src/mame/drivers/s11a.cpp
@@ -232,7 +232,7 @@ MACHINE_CONFIG_START(s11a_state::s11a)
m_pia34->irqa_handler().set(FUNC(s11_state::pia_irq));
m_pia34->irqb_handler().set(FUNC(s11_state::pia_irq));
- MCFG_NVRAM_ADD_1FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1);
/* Add the soundcard */
MCFG_DEVICE_ADD("audiocpu", M6802, XTAL(4'000'000))