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/manohman.cpp | |
parent | 3204234f8d7edce4a3373be3895d6852f3480ff8 (diff) |
-nvram: Removed MCFG, nw
Diffstat (limited to 'src/mame/drivers/manohman.cpp')
-rw-r--r-- | src/mame/drivers/manohman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/manohman.cpp b/src/mame/drivers/manohman.cpp index 0b345ea2440..11230025558 100644 --- a/src/mame/drivers/manohman.cpp +++ b/src/mame/drivers/manohman.cpp @@ -255,7 +255,7 @@ MACHINE_CONFIG_START(manohman_state::manohman) MCFG_DEVICE_ADD("rtc", MSM6242, XTAL(32'768)) // M62X42B - MCFG_NVRAM_ADD_NO_FILL("nvram") // KM6264BL-10 x2 + MAX696CFL + battery + NVRAM(config, "nvram", nvram_device::DEFAULT_NONE); // KM6264BL-10 x2 + MAX696CFL + battery SPEAKER(config, "mono").front_center(); MCFG_DEVICE_ADD("saa", SAA1099, XTAL(8'000'000) / 2) // clock not verified |