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

trunk/src/mess/machine/md_rom.c
r21466r21467
463463
464464READ16_MEMBER(md_rom_bugslife_device::read_a13)
465465{
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;
470470}
471471
472472/*-------------------------------------------------

Previous 199869 Revisions Next


© 1997-2024 The MAME Team