Browse Source

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

git-svn-id: trunk@25454 -
nickysn 12 years ago
parent
commit
771301d7db
1 changed files with 1 additions and 1 deletions
  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