summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/techno.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/techno.cpp')
-rw-r--r--src/mame/drivers/techno.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/techno.cpp b/src/mame/drivers/techno.cpp
index c7349677157..b7d193944aa 100644
--- a/src/mame/drivers/techno.cpp
+++ b/src/mame/drivers/techno.cpp
@@ -292,7 +292,7 @@ MACHINE_CONFIG_START(techno_state::techno)
/* basic machine hardware */
MCFG_DEVICE_ADD("maincpu", M68000, XTAL(8'000'000))
MCFG_DEVICE_PROGRAM_MAP(techno_map)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
//MCFG_DEVICE_ADD("cpu2", TMS7000, XTAL(4'000'000))
//MCFG_DEVICE_PROGRAM_MAP(techno_sub_map)