Small fix for the InPort mouse, makes it work in every OS now, including IBM OS/2 1.x.

This commit is contained in:
TC1995
2017-07-24 20:51:06 +02:00
parent 9aa0bd3a99
commit bac4a8ef97

View File

@@ -258,6 +258,7 @@ static uint8_t inport_read(uint16_t port, void *priv)
{
case INP_CTRL_READ_BUTTONS:
r = inport->but;
r |= 0x40;
break;
case INP_CTRL_READ_X: