summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/leland.cpp
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-08-24 09:26:15 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-08-24 09:26:29 +0200
commit5cb33a23c70a9748358303d66fedab79365cd16a (patch)
tree4ab74e70ecb2b236791cb21c2313c05539698348 /src/mame/drivers/leland.cpp
parent3204234f8d7edce4a3373be3895d6852f3480ff8 (diff)
-nvram: Removed MCFG, nw
Diffstat (limited to 'src/mame/drivers/leland.cpp')
-rw-r--r--src/mame/drivers/leland.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/leland.cpp b/src/mame/drivers/leland.cpp
index 7a23e78e4b6..f8531d9c1c1 100644
--- a/src/mame/drivers/leland.cpp
+++ b/src/mame/drivers/leland.cpp
@@ -991,7 +991,7 @@ MACHINE_CONFIG_START(leland_state::leland)
MCFG_DEVICE_IO_MAP(slave_map_io)
EEPROM_93C46_16BIT(config, m_eeprom);
- MCFG_NVRAM_ADD_0FILL("battery")
+ NVRAM(config, "battery", nvram_device::DEFAULT_ALL_0);
/* video hardware */
leland_video(config);
@@ -1063,7 +1063,7 @@ MACHINE_CONFIG_START(ataxx_state::ataxx)
EEPROM_93C56_16BIT(config, m_eeprom, eeprom_serial_streaming::ENABLE);
- MCFG_NVRAM_ADD_0FILL("battery")
+ NVRAM(config, "battery", nvram_device::DEFAULT_ALL_0);
/* video hardware */
ataxx_video(config);