summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/naomi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/naomi.cpp')
-rw-r--r--src/mame/drivers/naomi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/naomi.cpp b/src/mame/drivers/naomi.cpp
index 5fa939828b7..f5169bf1774 100644
--- a/src/mame/drivers/naomi.cpp
+++ b/src/mame/drivers/naomi.cpp
@@ -2957,7 +2957,7 @@ MACHINE_CONFIG_START(naomi_state::naomi_base)
MCFG_X76F100_ADD("naomibd_eeprom")
MCFG_M3COMM_ADD("comm_board")
MCFG_MACHINE_RESET_OVERRIDE(naomi_state,naomi)
- MCFG_NVRAM_ADD_0FILL("sram")
+ NVRAM(config, "sram", nvram_device::DEFAULT_ALL_0);
MACHINE_CONFIG_END
/*
@@ -3092,7 +3092,7 @@ MACHINE_CONFIG_START(atomiswave_state::aw_base)
MCFG_AW_ROM_BOARD_ADD("rom_board", "rom_key", WRITE8(*this, dc_state, g1_irq))
MCFG_MACHINE_RESET_OVERRIDE(dc_state,dc_console)
- MCFG_NVRAM_ADD_0FILL("sram")
+ NVRAM(config, "sram", nvram_device::DEFAULT_ALL_0);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(atomiswave_state::aw1c)