summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/umipoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/umipoker.cpp')
-rw-r--r--src/mame/drivers/umipoker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/umipoker.cpp b/src/mame/drivers/umipoker.cpp
index 76c711299f8..88d1eae5aaa 100644
--- a/src/mame/drivers/umipoker.cpp
+++ b/src/mame/drivers/umipoker.cpp
@@ -703,7 +703,7 @@ MACHINE_CONFIG_START(umipoker_state::umipoker)
MCFG_DEVICE_PROGRAM_MAP(umipoker_audio_map)
MCFG_DEVICE_IO_MAP(umipoker_audio_io_map)
- MCFG_NVRAM_ADD_1FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1);
/* video hardware */