Merge branch 'rawinput' of https://github.com/driver1998/86Box into driver1998-rawinput

This commit is contained in:
OBattler
2020-03-25 02:29:20 +01:00
12 changed files with 538 additions and 85 deletions

View File

@@ -2006,7 +2006,7 @@ read_ctrl(void *priv)
{
escp_t *dev = (escp_t *)priv;
return 0xe0 | dev->autofeed ? 0x02 : 0x00 | (dev->ctrl & 0xfd);
return 0xe0 | (dev->autofeed ? 0x02 : 0x00) | (dev->ctrl & 0xfd);
}