Browse Source

+ more dummy functions added

git-svn-id: branches/z80@45036 -
nickysn 5 years ago
parent
commit
11433210d7
1 changed files with 22 additions and 0 deletions
  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}