summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dgpix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dgpix.cpp')
-rw-r--r--src/mame/drivers/dgpix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dgpix.cpp b/src/mame/drivers/dgpix.cpp
index 3ccaf4bdc0c..a8ea3a45588 100644
--- a/src/mame/drivers/dgpix.cpp
+++ b/src/mame/drivers/dgpix.cpp
@@ -440,7 +440,7 @@ MACHINE_CONFIG_START(dgpix_state::dgpix)
running at 16.9MHz
*/
- MCFG_NVRAM_ADD_NO_FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_NONE);
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)