summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/univac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/univac.cpp')
-rw-r--r--src/mame/drivers/univac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/univac.cpp b/src/mame/drivers/univac.cpp
index e90ca7d3dbb..fd435d1c842 100644
--- a/src/mame/drivers/univac.cpp
+++ b/src/mame/drivers/univac.cpp
@@ -330,7 +330,7 @@ MACHINE_CONFIG_START(univac_state::uts20)
MCFG_PALETTE_ADD_MONOCHROME("palette")
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_c10)
- MCFG_NVRAM_ADD_1FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1);
clock_device &ctc_clock(CLOCK(config, "ctc_clock", 2000000));
ctc_clock.signal_handler().set(m_ctc, FUNC(z80ctc_device::trg0));