소스 검색

+ more dummy functions added

git-svn-id: branches/z80@45036 -
nickysn 5 년 전
부모
커밋
11433210d7
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 22 0
      rtl/zxspectrum/system.pp

+ 22 - 0
rtl/zxspectrum/system.pp

@@ -162,6 +162,28 @@ const
 {$endif FPC_HAS_FEATURE_SOFTFPU}
 {$endif FPC_HAS_FEATURE_SOFTFPU}
 {$endif FPUNONE}
 {$endif FPUNONE}
 
 
+procedure randomize;
+begin
+end;
+
+procedure SysInitStdIO;
+begin
+end;
+
+function GetProcessID: SizeUInt;
+begin
+  GetProcessID:=0;
+end;
+
+function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
+begin
+  result := stklen;
+end;
+
+procedure system_exit;
+begin
+end;
+
 {$else FULL_RTL}
 {$else FULL_RTL}
 {$I z80.inc}
 {$I z80.inc}
 {$endif FULL_RTL}
 {$endif FULL_RTL}