summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nc.cpp')
-rw-r--r--src/mame/drivers/nc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nc.cpp b/src/mame/drivers/nc.cpp
index 9a5a636002d..aa93fb9faeb 100644
--- a/src/mame/drivers/nc.cpp
+++ b/src/mame/drivers/nc.cpp
@@ -1418,7 +1418,7 @@ MACHINE_CONFIG_START(nc_state::nc_base)
/* internal ram */
RAM(config, m_ram).set_default_size("64K");
- MCFG_NVRAM_ADD_NO_FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_NONE);
/* dummy timer */
MCFG_TIMER_DRIVER_ADD_PERIODIC("dummy_timer", nc_state, dummy_timer_callback, attotime::from_hz(50))