Explorar o código

* SetScreenCursor parameters changed to smallint, which is more optimal on i8086

git-svn-id: trunk@25454 -
nickysn %!s(int64=12) %!d(string=hai) anos
pai
achega
771301d7db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/msdos/crt.pp

+ 1 - 1
rtl/msdos/crt.pp

@@ -100,7 +100,7 @@ begin
 end;
 
 
-procedure SetScreenCursor(x,y : longint);
+procedure SetScreenCursor(x,y : smallint);
 var
   regs : registers;
 begin