| Previous | 199869 Revisions | Next |
| r31155 Tuesday 1st July, 2014 at 12:32:45 UTC by David Haywood |
|---|
| clear the extra ram some of the bootlegs have, might actually fix kof10th this time (nw) |
| [src/emu/bus/neogeo] | bootleg_prot.c |
| r31154 | r31155 | |
|---|---|---|
| 15 | 15 | |
| 16 | 16 | void ngbootleg_prot_device::device_start() |
| 17 | 17 | { |
| 18 | memset(m_cartridge_ram, 0x00, 0x2000); | |
| 19 | ||
| 18 | 20 | save_item(NAME(m_cartridge_ram)); |
| 19 | 21 | } |
| 20 | 22 |
| Previous | 199869 Revisions | Next |