summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ttchamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ttchamp.cpp')
-rw-r--r--src/mame/drivers/ttchamp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ttchamp.cpp b/src/mame/drivers/ttchamp.cpp
index b4bbad792c5..45cbb0df0bf 100644
--- a/src/mame/drivers/ttchamp.cpp
+++ b/src/mame/drivers/ttchamp.cpp
@@ -663,7 +663,7 @@ MACHINE_CONFIG_START(ttchamp_state::ttchamp)
MCFG_PALETTE_ADD("palette", 0x400)
- MCFG_NVRAM_ADD_0FILL("backram")
+ NVRAM(config, "backram", nvram_device::DEFAULT_ALL_0);
SPEAKER(config, "mono").front_center();