summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti89.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti89.cpp')
-rw-r--r--src/mame/drivers/ti89.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti89.cpp b/src/mame/drivers/ti89.cpp
index e410df8fd64..b393233f79f 100644
--- a/src/mame/drivers/ti89.cpp
+++ b/src/mame/drivers/ti89.cpp
@@ -524,7 +524,7 @@ MACHINE_CONFIG_START(ti68k_state::ti89)
MCFG_DEVICE_ADD("maincpu", M68000, XTAL(10'000'000))
MCFG_DEVICE_PROGRAM_MAP(ti89_mem)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* video hardware */
MCFG_SCREEN_ADD("screen", LCD)