summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hyperspt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hyperspt.cpp')
-rw-r--r--src/mame/drivers/hyperspt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hyperspt.cpp b/src/mame/drivers/hyperspt.cpp
index 6279d96e193..7a571b2025d 100644
--- a/src/mame/drivers/hyperspt.cpp
+++ b/src/mame/drivers/hyperspt.cpp
@@ -310,7 +310,7 @@ MACHINE_CONFIG_START(hyperspt_state::hyperspt)
mainlatch.q_out_cb<5>().set_nop(); // SA
mainlatch.q_out_cb<7>().set(FUNC(hyperspt_state::irq_mask_w)); // INT
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_WATCHDOG_ADD("watchdog")