summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/cps3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cps3.cpp')
-rw-r--r--src/mame/drivers/cps3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cps3.cpp b/src/mame/drivers/cps3.cpp
index 78b470f1aab..c5a5df501d1 100644
--- a/src/mame/drivers/cps3.cpp
+++ b/src/mame/drivers/cps3.cpp
@@ -2545,7 +2545,7 @@ MACHINE_CONFIG_START(cps3_state::cps3)
42.9545MHz / 15.4445kHz = 2781.217 / 6 = 463.536 -> unlikely
*/
- MCFG_NVRAM_ADD_0FILL("eeprom")
+ NVRAM(config, "eeprom", nvram_device::DEFAULT_ALL_0);
MCFG_PALETTE_ADD("palette", 0x10000) // actually 0x20000 ...
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfxdecode_device::empty)