diff options
author | 2018-08-24 09:26:15 +0200 | |
---|---|---|
committer | 2018-08-24 09:26:29 +0200 | |
commit | 5cb33a23c70a9748358303d66fedab79365cd16a (patch) | |
tree | 4ab74e70ecb2b236791cb21c2313c05539698348 /src/mame/drivers/wmg.cpp | |
parent | 3204234f8d7edce4a3373be3895d6852f3480ff8 (diff) |
-nvram: Removed MCFG, nw
Diffstat (limited to 'src/mame/drivers/wmg.cpp')
-rw-r--r-- | src/mame/drivers/wmg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wmg.cpp b/src/mame/drivers/wmg.cpp index 37e921d6e51..68bf473037c 100644 --- a/src/mame/drivers/wmg.cpp +++ b/src/mame/drivers/wmg.cpp @@ -524,7 +524,7 @@ MACHINE_CONFIG_START(wmg_state::wmg) MCFG_DEVICE_ADD("soundcpu", M6808, SOUND_CLOCK) MCFG_DEVICE_PROGRAM_MAP(wmg_cpu2) - MCFG_NVRAM_ADD_0FILL("nvram") + NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0); ADDRESS_MAP_BANK(config, "bankc000").set_map(&wmg_state::wmg_banked_map).set_options(ENDIANNESS_BIG, 8, 16, 0x1000); |