mirror of
https://github.com/holub/mame
synced 2025-07-07 10:58:41 +03:00
(MESS) megadriv: made clearer that bugslife shares protection type with pokemon, pokemona and kof99. nw.
This commit is contained in:
parent
787baa5972
commit
ecf2ab0627
@ -463,10 +463,10 @@ WRITE16_MEMBER(md_rom_mcpirate_device::write_a13)
|
||||
|
||||
READ16_MEMBER(md_rom_bugslife_device::read_a13)
|
||||
{
|
||||
if (offset == 0)
|
||||
return 0x28;
|
||||
else
|
||||
return 0xffff;
|
||||
if (offset == 0x00/2) return 0x28;
|
||||
if (offset == 0x02/2) return 0x01;
|
||||
if (offset == 0x3e/2) return 0x1f;
|
||||
else return 0xffff;
|
||||
}
|
||||
|
||||
/*-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user