Fix some Sega X-Board game inputs

This commit is contained in:
Barry Harris 2012-08-05 17:30:46 +00:00
parent 6425c1dda8
commit 99f7fb64bc
1 changed files with 1 additions and 1 deletions

View File

@ -1757,7 +1757,7 @@ UINT8 __fastcall XBoardReadByte(UINT32 a)
}
case 0x01: {
return iochip_r(1, 1, 0xff);
return iochip_r(1, 1, ~System16Input[1]);
}
case 0x02: {