summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/pda600.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pda600.cpp')
-rw-r--r--src/mame/drivers/pda600.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pda600.cpp b/src/mame/drivers/pda600.cpp
index 687cae1a2a7..dc3cde6f2e9 100644
--- a/src/mame/drivers/pda600.cpp
+++ b/src/mame/drivers/pda600.cpp
@@ -223,7 +223,7 @@ MACHINE_CONFIG_START(pda600_state::pda600)
MCFG_PALETTE_ADD_MONOCHROME("palette")
// NVRAM needs to be filled with random data to fail the checksum and be initialized correctly
- MCFG_NVRAM_ADD_RANDOM_FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_RANDOM);
MCFG_DEVICE_ADD("rtc", HD64610, XTAL(32'768))
MACHINE_CONFIG_END