summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lastfght.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lastfght.cpp')
-rw-r--r--src/mame/drivers/lastfght.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/lastfght.cpp b/src/mame/drivers/lastfght.cpp
index a94b41bb5ee..a9eb5d1e6ca 100644
--- a/src/mame/drivers/lastfght.cpp
+++ b/src/mame/drivers/lastfght.cpp
@@ -560,8 +560,7 @@ MACHINE_CONFIG_START(lastfght_state::lastfght)
MCFG_DEVICE_PROGRAM_MAP( lastfght_map)
MCFG_DEVICE_VBLANK_INT_DRIVER("screen", lastfght_state, irq0_line_hold)
- MCFG_NVRAM_ADD_0FILL("nvram")
-
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* video hardware */
MCFG_PALETTE_ADD( "palette", 256 )