summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/feversoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/feversoc.cpp')
-rw-r--r--src/mame/drivers/feversoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/feversoc.cpp b/src/mame/drivers/feversoc.cpp
index 2191159a966..84b516cf300 100644
--- a/src/mame/drivers/feversoc.cpp
+++ b/src/mame/drivers/feversoc.cpp
@@ -315,7 +315,7 @@ MACHINE_CONFIG_START(feversoc_state::feversoc)
MCFG_JRC6355E_ADD("rtc", XTAL(32'768))
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_TICKET_DISPENSER_ADD("hopper", attotime::from_msec(60), TICKET_MOTOR_ACTIVE_HIGH, TICKET_STATUS_ACTIVE_HIGH )
MACHINE_CONFIG_END