summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/monzagp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/monzagp.cpp')
-rw-r--r--src/mame/drivers/monzagp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/monzagp.cpp b/src/mame/drivers/monzagp.cpp
index 14596400c75..b105b0da967 100644
--- a/src/mame/drivers/monzagp.cpp
+++ b/src/mame/drivers/monzagp.cpp
@@ -523,7 +523,7 @@ MACHINE_CONFIG_START(monzagp_state::monzagp)
MCFG_TIMER_DRIVER_ADD_PERIODIC("time_tick_timer", monzagp_state, time_tick_timer, attotime::from_hz(4))
- MCFG_NVRAM_ADD_NO_FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_NONE);
MACHINE_CONFIG_END
ROM_START( monzagp )