FV: use DOSDelay() on all Amiga platforms

git-svn-id: trunk@28565 -
This commit is contained in:
Károly Balogh 2014-08-31 17:41:01 +00:00
parent 1c6696a7fe
commit 6873588b0f
2 changed files with 1 additions and 5 deletions

View File

@ -825,11 +825,7 @@ end;
{$IFDEF OS_AMIGA}
begin
{ AmigaOS Delay() wait's argument in 1/50 seconds }
{$IFDEF AROS}
DOSDelay(2);
{$ELSE}
AmigaDOS.Delay(2);
{$ENDIF}
end;
{$ENDIF OS_AMIGA}

View File

@ -1486,7 +1486,7 @@ SysCall MOS_DOSBase 186;
function DateStamp(date: PDateStamp location 'd1'): PDateStamp;
SysCall MOS_DOSBase 192;
procedure Delay(timeout: LongInt location 'd1');
procedure DOSDelay(timeout: LongInt location 'd1');
SysCall MOS_DOSBase 198;
function WaitForChar(file1 : LongInt location 'd1';