summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segaxbd.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/segaxbd.cpp
parent3204234f8d7edce4a3373be3895d6852f3480ff8 (diff)
-nvram: Removed MCFG, nw
Diffstat (limited to 'src/mame/drivers/segaxbd.cpp')
-rw-r--r--src/mame/drivers/segaxbd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/segaxbd.cpp b/src/mame/drivers/segaxbd.cpp
index 3921e3f34d5..a03e3ed5b57 100644
--- a/src/mame/drivers/segaxbd.cpp
+++ b/src/mame/drivers/segaxbd.cpp
@@ -1674,8 +1674,8 @@ MACHINE_CONFIG_START(segaxbd_state::xboard_base_mconfig )
MCFG_DEVICE_PROGRAM_MAP(sound_map)
MCFG_DEVICE_IO_MAP(sound_portmap)
- MCFG_NVRAM_ADD_0FILL("backup1")
- MCFG_NVRAM_ADD_0FILL("backup2")
+ NVRAM(config, "backup1", nvram_device::DEFAULT_ALL_0);
+ NVRAM(config, "backup2", nvram_device::DEFAULT_ALL_0);
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
MCFG_MB3773_ADD("watchdog")