mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
bus/gameboy: Fixed a HK0701/HK0819 protection read.
This commit is contained in:
parent
dedf0964b6
commit
eb4cbebb15
@ -1545,7 +1545,7 @@ private:
|
||||
case 0x001:
|
||||
return offset ^ 0xaa;
|
||||
case 0x002:
|
||||
return offset ^ 0xaa;
|
||||
return offset ^ 0x55;
|
||||
case 0x003:
|
||||
return (offset >> 1) | (offset << 7);
|
||||
case 0x004:
|
||||
|
Loading…
Reference in New Issue
Block a user