]> git.sur5r.net Git - cc65/commit
Add basic support for ORIC Atmos
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 13 Apr 2003 22:12:09 +0000 (22:12 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 13 Apr 2003 22:12:09 +0000 (22:12 +0000)
commit9f547a5a4d61054ba07080f2378ee168e535d358
tree26f8d6cfeea2012cf1c9effe598a6cd3c4c7d8d0
parentd48f341bba19bf146e37be41b1912ee67a380bb9
Add basic support for ORIC Atmos

git-svn-id: svn://svn.cc65.org/cc65/trunk@2046 b7a2c559-68d2-44c3-8de9-860c34a00d81
21 files changed:
libsrc/atmos/Makefile
libsrc/atmos/_scrsize.s [new file with mode: 0644]
libsrc/atmos/atmos.inc [new file with mode: 0644]
libsrc/atmos/cclear.s [new file with mode: 0644]
libsrc/atmos/cgetc.s [new file with mode: 0644]
libsrc/atmos/chline.s [new file with mode: 0644]
libsrc/atmos/clock.s [new file with mode: 0644]
libsrc/atmos/clrscr.s [new file with mode: 0644]
libsrc/atmos/color.s [new file with mode: 0644]
libsrc/atmos/cputc.s [new file with mode: 0644]
libsrc/atmos/crt0.s
libsrc/atmos/ctype.s [new file with mode: 0644]
libsrc/atmos/cvline.s [new file with mode: 0644]
libsrc/atmos/gotox.s [new file with mode: 0644]
libsrc/atmos/gotoxy.s [new file with mode: 0644]
libsrc/atmos/gotoy.s [new file with mode: 0644]
libsrc/atmos/kbhit.s [new file with mode: 0644]
libsrc/atmos/revers.s [new file with mode: 0644]
libsrc/atmos/wherex.s [new file with mode: 0644]
libsrc/atmos/wherey.s [new file with mode: 0644]
libsrc/atmos/write.s [new file with mode: 0644]