summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/by6803.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/by6803.cpp')
-rw-r--r--src/mame/drivers/by6803.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/by6803.cpp b/src/mame/drivers/by6803.cpp
index c277bcac59f..ba3cabc4e8b 100644
--- a/src/mame/drivers/by6803.cpp
+++ b/src/mame/drivers/by6803.cpp
@@ -384,7 +384,7 @@ MACHINE_CONFIG_START(by6803_state::by6803)
MCFG_DEVICE_PROGRAM_MAP(by6803_map)
MCFG_DEVICE_IO_MAP(by6803_io)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* Video */
//config.set_default_layout(layout_by6803);