summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/re900.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/re900.cpp')
-rw-r--r--src/mame/drivers/re900.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/re900.cpp b/src/mame/drivers/re900.cpp
index 6c5d7b34554..5dba489ae58 100644
--- a/src/mame/drivers/re900.cpp
+++ b/src/mame/drivers/re900.cpp
@@ -403,7 +403,7 @@ MACHINE_CONFIG_START(re900_state::re900)
//vdp.int_callback().set_inputline(m_maincpu, INPUT_LINE_NMI);
SCREEN(config, "screen", SCREEN_TYPE_RASTER);
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* sound hardware */
SPEAKER(config, "mono").front_center();