add serial driver for Atari, still contains much debug code

This commit is contained in:
Christian Groessler
2013-12-06 20:15:12 +01:00
parent 9124d0f051
commit 074136826a
4 changed files with 1036 additions and 3 deletions

View File

@@ -2,11 +2,13 @@
; Oliver Schmidt, 2013-05-31
;
.export em_libref, joy_libref, tgi_libref
.export em_libref, joy_libref, tgi_libref, ser_libref
.import _exit
.import atari_ser_libref
em_libref := _exit
joy_libref := _exit
ser_libref := atari_ser_libref
.ifdef __ATARIXL__
.import CIO_handler
tgi_libref := CIO_handler