1
0
Fork 0

cr lf only gets expanded if there is room for it.

and int 21: 06 return al=0 if no key


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@537
This commit is contained in:
Peter Veenstra 2002-11-25 15:03:23 +00:00
parent 439523860c
commit 0953ce3b59
2 changed files with 2 additions and 1 deletions

View file

@ -68,6 +68,7 @@ static Bitu DOS_21Handler(void) {
{
//TODO Make this better according to standards
if (!DOS_GetSTDINStatus()) {
reg_al=0;
CALLBACK_SZF(true);
break;
}