| Previous | 199869 Revisions | Next |
| r21467 Wednesday 27th February, 2013 at 15:41:52 UTC by Fabio Priuli |
|---|
| (MESS) megadriv: made clearer that bugslife shares protection type with pokemon, pokemona and kof99. nw. |
| [src/mess/machine] | md_rom.c |
| r21466 | r21467 | |
|---|---|---|
| 463 | 463 | |
| 464 | 464 | READ16_MEMBER(md_rom_bugslife_device::read_a13) |
| 465 | 465 | { |
| 466 | if (offset == 0) | |
| 467 | return 0x28; | |
| 468 | else | |
| 469 | return 0xffff; | |
| 466 | if (offset == 0x00/2) return 0x28; | |
| 467 | if (offset == 0x02/2) return 0x01; | |
| 468 | if (offset == 0x3e/2) return 0x1f; | |
| 469 | else return 0xffff; | |
| 470 | 470 | } |
| 471 | 471 | |
| 472 | 472 | /*------------------------------------------------- |
| Previous | 199869 Revisions | Next |