summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coinmvga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/coinmvga.cpp')
-rw-r--r--src/mame/drivers/coinmvga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/coinmvga.cpp b/src/mame/drivers/coinmvga.cpp
index caefc109786..3a6f6cccf5c 100644
--- a/src/mame/drivers/coinmvga.cpp
+++ b/src/mame/drivers/coinmvga.cpp
@@ -644,7 +644,7 @@ MACHINE_CONFIG_START(coinmvga_state::coinmvga)
MCFG_DEVICE_IO_MAP(coinmvga_io_map)
MCFG_DEVICE_VBLANK_INT_DRIVER("screen", coinmvga_state, vblank_irq) /* wrong, fix me */
-// MCFG_NVRAM_ADD_0FILL("nvram")
+// NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)