summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts80.cpp')
-rw-r--r--src/mame/drivers/gts80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts80.cpp b/src/mame/drivers/gts80.cpp
index 80e2c2b2e59..7701f8e8c8b 100644
--- a/src/mame/drivers/gts80.cpp
+++ b/src/mame/drivers/gts80.cpp
@@ -361,7 +361,7 @@ MACHINE_CONFIG_START(gts80_state::gts80)
MCFG_DEVICE_ADD("maincpu", M6502, XTAL(3'579'545)/4)
MCFG_DEVICE_PROGRAM_MAP(gts80_map)
- MCFG_NVRAM_ADD_1FILL("nvram") // must be 1
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1); // must be 1
/* Video */
config.set_default_layout(layout_gts80);