1
0
Fork 0

Correct response for keyboard echo command. Fixes Steel Shot.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4170
This commit is contained in:
ripsaw8080 2018-11-12 16:41:00 +00:00
parent 3a2b3c6d57
commit 80342e104e

View file

@ -115,7 +115,7 @@ static void write_p60(Bitu port,Bitu val,Bitu iolen) {
KEYBOARD_AddBuffer(0xfa); /* Acknowledge */
break;
case 0xee: /* Echo */
KEYBOARD_AddBuffer(0xfa); /* Acknowledge */
KEYBOARD_AddBuffer(0xee); /* Echo */
break;
case 0xf2: /* Identify keyboard */
/* AT's just send acknowledge */