]> git.sur5r.net Git - cc65/commit
For the CBM platforms, make revers() machine dependent and use the RVS flag
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 19 Dec 2002 20:29:27 +0000 (20:29 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 19 Dec 2002 20:29:27 +0000 (20:29 +0000)
commit36fe6284a84a279ab94c47a74a6bb572e1aa0e0a
tree766a71a6fe7567d1518926cb313d77c31c1a4b1a
parent0b496a9daa679f8469f9f883690e9ed93bd114be
For the CBM platforms, make revers() machine dependent and use the RVS flag
of the different machines instead of a separate one.
For the C128, make the textcolor() function work in 40 and 80 column mode.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1787 b7a2c559-68d2-44c3-8de9-860c34a00d81
34 files changed:
libsrc/c128/Makefile
libsrc/c128/c128.inc
libsrc/c128/color.s
libsrc/c128/cputc.s
libsrc/c128/revers.s [new file with mode: 0644]
libsrc/c16/Makefile
libsrc/c16/cputc.s
libsrc/c16/revers.s [new file with mode: 0644]
libsrc/c64/Makefile
libsrc/c64/c64.inc
libsrc/c64/cputc.s
libsrc/c64/revers.s [new file with mode: 0644]
libsrc/cbm/Makefile
libsrc/cbm/revers.s [deleted file]
libsrc/cbm510/Makefile
libsrc/cbm510/cbm510.inc
libsrc/cbm510/cputc.s
libsrc/cbm510/revers.s [new file with mode: 0644]
libsrc/cbm610/Makefile
libsrc/cbm610/cbm610.inc
libsrc/cbm610/cputc.s
libsrc/cbm610/revers.s [new file with mode: 0644]
libsrc/pet/Makefile
libsrc/pet/cputc.s
libsrc/pet/pet.inc
libsrc/pet/revers.s [new file with mode: 0644]
libsrc/plus4/Makefile
libsrc/plus4/cputc.s
libsrc/plus4/plus4.inc
libsrc/plus4/revers.s [new file with mode: 0644]
libsrc/vic20/Makefile
libsrc/vic20/cputc.s
libsrc/vic20/revers.s [new file with mode: 0644]
libsrc/vic20/vic20.inc