summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meyc8080.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/meyc8080.cpp
parent3204234f8d7edce4a3373be3895d6852f3480ff8 (diff)
-nvram: Removed MCFG, nw
Diffstat (limited to 'src/mame/drivers/meyc8080.cpp')
-rw-r--r--src/mame/drivers/meyc8080.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/meyc8080.cpp b/src/mame/drivers/meyc8080.cpp
index b16f6503863..3cbceeb37b6 100644
--- a/src/mame/drivers/meyc8080.cpp
+++ b/src/mame/drivers/meyc8080.cpp
@@ -594,7 +594,7 @@ MACHINE_CONFIG_START(meyc8080_state::meyc8080)
MCFG_DEVICE_ADD("maincpu", I8080, XTAL(20'000'000) / 10) // divider guessed
MCFG_DEVICE_PROGRAM_MAP(meyc8080_map)
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)