]> git.sur5r.net Git - cc65/commit
atari5200: implement bgcolor() and textcolor()
authorChristian Groessler <chris@groessler.org>
Tue, 2 Apr 2019 19:11:11 +0000 (21:11 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 12 Apr 2019 10:49:38 +0000 (12:49 +0200)
commitec5e38617a6bbb00bac0411d7d0125afb5a1f5c3
treed51071ed4f89b7c56fd8d4ce4a4fcd0e5c4b65b2
parentedd596b2a4438788dca88f457910945614699ba1
atari5200: implement bgcolor() and textcolor()

Includes some other small fixes/cleanups.
18 files changed:
asminc/atari5200.inc
include/atari.h
include/atari5200.h
libsrc/atari/chline.s
libsrc/atari/cvline.s
libsrc/atari5200/bgcolor.s [new file with mode: 0644]
libsrc/atari5200/chline.s
libsrc/atari5200/conioscreen.s
libsrc/atari5200/cputc.s
libsrc/atari5200/cvline.s
libsrc/atari5200/gotox.s
libsrc/atari5200/gotoxy.s
libsrc/atari5200/gotoy.s
libsrc/atari5200/textcolor.s [new file with mode: 0644]
libsrc/atari5200/wherex.s [new file with mode: 0644]
libsrc/atari5200/wherey.s [new file with mode: 0644]
samples/hello.c
testcode/lib/atari5200/hello.c [new file with mode: 0644]