summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/accomm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/accomm.cpp')
-rw-r--r--src/mame/drivers/accomm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/accomm.cpp b/src/mame/drivers/accomm.cpp
index 5b27b9d0fa3..e8463a342c9 100644
--- a/src/mame/drivers/accomm.cpp
+++ b/src/mame/drivers/accomm.cpp
@@ -850,7 +850,7 @@ MACHINE_CONFIG_START(accomm_state::accomm)
/* internal ram */
RAM(config, RAM_TAG).set_default_size("512K").set_extra_options("1M");
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* sound */
SPEAKER(config, "mono").front_center();