summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tomcat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tomcat.cpp')
-rw-r--r--src/mame/drivers/tomcat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tomcat.cpp b/src/mame/drivers/tomcat.cpp
index b3603fde82b..4b63c4b5484 100644
--- a/src/mame/drivers/tomcat.cpp
+++ b/src/mame/drivers/tomcat.cpp
@@ -354,7 +354,7 @@ MACHINE_CONFIG_START(tomcat_state::tomcat)
m_mainlatch->q_out_cb<6>().set(FUNC(tomcat_state::ack_w));
m_mainlatch->q_out_cb<7>().set(FUNC(tomcat_state::txbuff_w));
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_WATCHDOG_ADD("watchdog")