[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ProDOS 8



Found Basic.System 1.5 tech note:
http://www.apple2world.jp/apple2/LIB/PORT/ATN/technotes/pdos/TechNote-pdos-024.html

Cool! Can launch GS/OS application!

V1.5

   o   Fixed centuries-old bug where NOTRACE after a THEN (as in IF/
THEN)
       disconnected BASIC.SYSTEM.  Now it doesn't.
   o   BSAVE now modifies the auxtype of an existing file only if the
file
       type is $06 (BIN).
   o   BASIC.SYSTEM can now launch (with "-") GS/OS applications.
Files of
       type $B3 are passed through to an extended QUIT call to the
ProDOS 8
       MLI.
   o   $B3 files are now listed as S16 in the catalog.
   o   Fixed a bug in the READ command where reading from the slot 3 /
RAM
       disk passed errors back to BASIC, making the program break
without
       completing a legal operation.
   o   Code optimized and crunched slightly.