]> git.sur5r.net Git - cc65/commit
simple conio support for GEOS
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 27 Oct 2001 17:13:22 +0000 (17:13 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 27 Oct 2001 17:13:22 +0000 (17:13 +0000)
commit8ce6c9bcac6a2710f66233a1485576fd7ca31cfd
treebea191f39e5cc32cbfa2d85ff2bc1c5418300a29
parent0fe03a4643ff1f987fe7950c88e204eefb247306
simple conio support for GEOS

git-svn-id: svn://svn.cc65.org/cc65/trunk@1093 b7a2c559-68d2-44c3-8de9-860c34a00d81
17 files changed:
libsrc/geos/Makefile
libsrc/geos/conio/Makefile [new file with mode: 0644]
libsrc/geos/conio/cchvline.s [new file with mode: 0644]
libsrc/geos/conio/cgetc.s [new file with mode: 0644]
libsrc/geos/conio/clrscr.s [new file with mode: 0644]
libsrc/geos/conio/color.s [new file with mode: 0644]
libsrc/geos/conio/cputc.s [new file with mode: 0644]
libsrc/geos/conio/cputs.s [new file with mode: 0644]
libsrc/geos/conio/cursor.inc [new file with mode: 0644]
libsrc/geos/conio/cursor.s [new file with mode: 0644]
libsrc/geos/conio/gotoxy.s [new file with mode: 0644]
libsrc/geos/conio/kbhit.s [new file with mode: 0644]
libsrc/geos/conio/revers.s [new file with mode: 0644]
libsrc/geos/conio/screensize.s [new file with mode: 0644]
libsrc/geos/conio/where.s [new file with mode: 0644]
samples/geos/geosconio.c [new file with mode: 0644]
samples/geos/geosconiores.res [new file with mode: 0644]