Browse Source

+ reenabled fileio and textio, because consoleio doesn't seem to work without them

git-svn-id: branches/z80@45029 -
nickysn 5 years ago
parent
commit
4c5f095422
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -3364,7 +3364,7 @@ begin
     system_m68k_amiga:
       target_unsup_features:=[f_dynlibs];
     system_z80_zxspectrum:
-      target_unsup_features:=[f_threading,f_dynlibs,f_fileio,f_textio,f_commandargs,f_exitcode];
+      target_unsup_features:=[f_threading,f_dynlibs{,f_fileio,f_textio},f_commandargs,f_exitcode];
     else
       target_unsup_features:=[];
   end;