jeffpar / pcjs

The original IBM PC and other machine emulations in JavaScript
https://www.pcjs.org
Other
822 stars 124 forks source link

Fix recent IBM keyboard breakage #41

Closed rm-recurseforce-root closed 2 years ago

rm-recurseforce-root commented 2 years ago

The commit for the LTE/286 applied the keyboard fix to all machines which broke the 5170 (at least). This quick fix adds a conditional to only apply this fix to Compaq Deskpro 386 and LTE/286 (which uses Deskpro386 model).

rm-recurseforce-root commented 2 years ago

FYI @bitslasher