From ad6e54c2d8c470f44d1a5ee3fe45e2ce2ba9bd0d Mon Sep 17 00:00:00 2001 From: jede Date: Thu, 2 Feb 2017 22:44:06 +0100 Subject: [PATCH] Updating doc --- doc/telestrat.sgml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/doc/telestrat.sgml b/doc/telestrat.sgml index d31457fad..c04e14f54 100644 --- a/doc/telestrat.sgml +++ b/doc/telestrat.sgml @@ -9,7 +9,7 @@ 2017-01-22 -An overview over the Telestrat (telemon 3.0 : http://orix.oric.org) runtime system as it is implemented for the cc65 C +An overview over the Telestrat (Telemon 3.0 : http://orix.oric.org) runtime system as it is implemented for the cc65 C compiler.) @@ -37,7 +37,7 @@ is a machine language program with a 20 bytes header described here : http://ori This header is used for Telemon 3.0. -Anyway, for Telemon 2.4, there is no file management, there is no TAPE routine in telemon, there is no way to load a binary easiy. +Anyway, for Telemon 2.4, there is no file management, there is no TAPE routine in Telemon, there is no way to load a binary easily. Stratsed (the Telestrat operating system) handles files management. Stratsed is loaded to memory from floppy disk. @@ -47,10 +47,12 @@ The only way to load a binary (for Telemon 2.4) is to : remove the 20 bytes header download osdk : http://osdk.defence-force.org/index?page=download -use Floppybuilder in OSDK to insert the binary with the tool (please read FloppyBuilder manual to insert your binary, and to start microdisc boot sector when telestrat starts) +use Floppybuilder in OSDK to insert the binary with the tool (please read FloppyBuilder manual to insert your binary, and to start microdisc boot sector when Telestrat starts) +Please note also, that the binary converted into TAP file, will not produce a right stratsed file when tap2dsk and old2mfm are used. You will be in the case that Telestrat/Stratsed crashed when you do "DIR" command. +If you know the Stratsed disk format, please contact the author of this doc. Memory layout

@@ -60,7 +62,6 @@ In the standard setup, cc65-generated programs use the memory from available. ROM calls are possible without further precautions. - Special locations: @@ -110,7 +111,6 @@ structures; accessing the struct fields will access the chip registers.

- Loadable drivers

Extended memory drivers

@@ -124,27 +124,31 @@ No extended memory drivers are currently available for the Telestrat. telemon 2.4 & 3.0 manages joysticks but it had been handled yet. -

+ Mouse drivers

+ + Telestrat manages also mouse, but it had been no handled yet in this version. + + RS232 device drivers

-not done +Telestrat has a RS232 port, but it's not used -

+< Limitations

Disk I/O

-This version handles fopen, fread, fclose primitives. Because Telemon 3.0 handles these three primitives. By the way, -it uses an extension "ch376 card" which handles sdcard and FAT 32 usb key. In the next version of Telemon, FT DOS, Sedoric, Stratsed will be handled in these 3 primitives. +Telemon 3.0 handles fopen, fread, fclose primitives. It means that this function will crash the Telestrat because Telemon 2.4 did not have not these primitives. +By the way, Telemon 3.0 uses an extension "ch376 card" which handles sdcard and FAT 32 usb key. In the next version of Telemon, FT DOS, Sedoric, Stratsed will be handled in these 3 primitives (fopen, fread, fclose). fclose -- 2.39.2