summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/micro3d.cpp
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-08-24 09:26:15 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-08-24 09:26:29 +0200
commit5cb33a23c70a9748358303d66fedab79365cd16a (patch)
tree4ab74e70ecb2b236791cb21c2313c05539698348 /src/mame/drivers/micro3d.cpp
parent3204234f8d7edce4a3373be3895d6852f3480ff8 (diff)
-nvram: Removed MCFG, nw
Diffstat (limited to 'src/mame/drivers/micro3d.cpp')
-rw-r--r--src/mame/drivers/micro3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/micro3d.cpp b/src/mame/drivers/micro3d.cpp
index ea4ccf7550d..5a619db197c 100644
--- a/src/mame/drivers/micro3d.cpp
+++ b/src/mame/drivers/micro3d.cpp
@@ -351,7 +351,7 @@ MACHINE_CONFIG_START(micro3d_state::micro3d)
//mfp.out_tao_cb().append("mfp", FUNC(mc68901_device::tc_w));
mfp.out_tco_cb().set("mfp", FUNC(mc68901_device::tbi_w));
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MCFG_QUANTUM_TIME(attotime::from_hz(3000))
MCFG_PALETTE_ADD("palette", 4096)