diff --git a/doc/atari5200.sgml b/doc/atari5200.sgml index fedac4466..bd2b6adcb 100644 --- a/doc/atari5200.sgml +++ b/doc/atari5200.sgml @@ -52,7 +52,7 @@ Special locations: If the program doesn't use any CONIO output functions it needs to setup its own @@ -151,6 +151,43 @@ No serial drivers are available for the Atari 5200. Limitations

+ +Direct console I/O

+ +The + + +Note that the +cl65 -t atari5200 myprog.c lib/atari5200-conioscreen-20x12.o + + + Disk I/O

Disk I/O is not supported by the Other hints

+AtariROMMaker ( ) +can be used to create a License

diff --git a/doc/library.sgml b/doc/library.sgml index 8800c5496..e8ca84653 100644 --- a/doc/library.sgml +++ b/doc/library.sgml @@ -162,6 +162,7 @@ portable. conio implementations exist for the following targets: apple2 apple2enh atari + atari5200 atarixl atmos c16 (works also for the c116 with up to 32K memory) diff --git a/libsrc/atari5200/extra/conioscreen_20x12.s b/libsrc/atari5200/extra/conioscreen-20x12.s similarity index 100% rename from libsrc/atari5200/extra/conioscreen_20x12.s rename to libsrc/atari5200/extra/conioscreen-20x12.s