diff options
Diffstat (limited to 'src/mame/drivers/gambl186.cpp')
-rw-r--r-- | src/mame/drivers/gambl186.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gambl186.cpp b/src/mame/drivers/gambl186.cpp index 9be11b6f8e0..fb24cd27511 100644 --- a/src/mame/drivers/gambl186.cpp +++ b/src/mame/drivers/gambl186.cpp @@ -477,7 +477,7 @@ MACHINE_CONFIG_START(gambl186_state::gambl186) MCFG_DEVICE_PROGRAM_MAP(gambl186_map) MCFG_DEVICE_IO_MAP(gambl186_io) - MCFG_NVRAM_ADD_0FILL("nvram") + NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0); MCFG_SCREEN_ADD("screen", RASTER) MCFG_SCREEN_RAW_PARAMS(XTAL(25'174'800),900,0,640,526,0,480) |