bus/gameboy: Fixed a HK0701/HK0819 protection read.

This commit is contained in:
Vas Crabb 2022-09-28 19:55:59 +10:00
parent dedf0964b6
commit eb4cbebb15

View File

@ -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: