summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/portrait.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/portrait.cpp')
-rw-r--r--src/mame/drivers/portrait.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/portrait.cpp b/src/mame/drivers/portrait.cpp
index a799eb8830f..a0431406ad1 100644
--- a/src/mame/drivers/portrait.cpp
+++ b/src/mame/drivers/portrait.cpp
@@ -263,7 +263,7 @@ MACHINE_CONFIG_START(portrait_state::portrait)
MCFG_DEVICE_PROGRAM_MAP(portrait_sound_map)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(50)