case-fix for YASM, for the DOS port

This commit is contained in:
ipher
2004-05-26 02:44:38 +00:00
parent 7572141905
commit 1b8952a616
2 changed files with 4 additions and 4 deletions

View File

@@ -1175,7 +1175,7 @@ NEWSYM GUIhandler9h
mov ds,ax
xor ebx,ebx
in al,60H ; get keyboard scan code
in al,60h ; get keyboard scan code
cmp al,42
jne .no42
cmp byte[GUIskipnextkey42],0