Explorar el Código

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

git-svn-id: trunk@25454 -
nickysn hace 12 años
padre
commit
771301d7db
Se han modificado 1 ficheros con 1 adiciones y 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