Removed use joystick port 209h from windows port

This commit is contained in:
pagefault
2001-05-01 20:23:27 +00:00
parent 4705c5b71a
commit e250c3d57f
4 changed files with 7 additions and 7 deletions

View File

@@ -256,7 +256,7 @@ CalibrateDev1:
mov ebx,[GUIInputRefP+eax*4]
mov bl,[ebx]
mov byte[GUICBHold],0
%ifndef __LINUX__
%ifdef __MSDOS__
cmp byte[pl1p209+eax],0
jne near .port209
%endif