summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ltd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ltd.cpp')
-rw-r--r--src/mame/drivers/ltd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ltd.cpp b/src/mame/drivers/ltd.cpp
index 7e4e2abfd8f..3d7f5976fea 100644
--- a/src/mame/drivers/ltd.cpp
+++ b/src/mame/drivers/ltd.cpp
@@ -535,7 +535,7 @@ MACHINE_CONFIG_START(ltd_state::ltd3)
MCFG_DEVICE_ADD("maincpu", M6802, XTAL(3'579'545))
MCFG_DEVICE_PROGRAM_MAP(ltd3_map)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* Video */
config.set_default_layout(layout_ltd);
@@ -552,7 +552,7 @@ MACHINE_CONFIG_START(ltd_state::ltd4)
MCFG_DEVICE_PROGRAM_MAP(ltd4_map)
MCFG_DEVICE_IO_MAP(ltd4_io)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* Video */
config.set_default_layout(layout_ltd);