summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/hp700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp700.cpp')
-rw-r--r--src/mame/drivers/hp700.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hp700.cpp b/src/mame/drivers/hp700.cpp
index 2425fdadf2c..62b7046de71 100644
--- a/src/mame/drivers/hp700.cpp
+++ b/src/mame/drivers/hp700.cpp
@@ -58,7 +58,7 @@ MACHINE_CONFIG_START(hp700_state::hp700_92)
MCFG_DEVICE_PROGRAM_MAP(mem_map)
MCFG_DEVICE_IO_MAP(io_map)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_DEVICE_ADD("duart", SCN2681, XTAL(29'491'200) / 8) // divider not verified
MCFG_MC68681_IRQ_CALLBACK(INPUTLINE("maincpu", INPUT_LINE_NMI))