]> git.sur5r.net Git - cc65/commit
conio and most other stuff working now
authormrdudz <mrdudz@users.noreply.github.com>
Sun, 29 Nov 2015 00:14:59 +0000 (01:14 +0100)
committermrdudz <mrdudz@users.noreply.github.com>
Sun, 29 Nov 2015 00:14:59 +0000 (01:14 +0100)
commit9fbf8a4299865c3bef3adb0794680c06dfb7a6b7
tree2c1b9e302944adaa56e37957837fb09d643ee673
parent88e7b5776a07d01b09a3743b7e029a6697ef7caf
conio and most other stuff working now
35 files changed:
asminc/gamate.inc
cfg/gamate.cfg
include/gamate.h
libsrc/gamate/_scrsize.s [new file with mode: 0644]
libsrc/gamate/chline.s [new file with mode: 0644]
libsrc/gamate/clock.s [new file with mode: 0644]
libsrc/gamate/clrscr.s [new file with mode: 0644]
libsrc/gamate/color.s [new file with mode: 0644]
libsrc/gamate/conio.s [new file with mode: 0644]
libsrc/gamate/cputc.s [new file with mode: 0644]
libsrc/gamate/crt0.s
libsrc/gamate/ctype.s [new file with mode: 0644]
libsrc/gamate/cvline.s [new file with mode: 0644]
libsrc/gamate/extzp.inc [new file with mode: 0644]
libsrc/gamate/extzp.s [new file with mode: 0644]
libsrc/gamate/gotoxy.s [new file with mode: 0644]
libsrc/gamate/irq.s [new file with mode: 0644]
libsrc/gamate/joy/gamate-stdjoy.s [new file with mode: 0644]
libsrc/gamate/joy_stat_stddrv.s [new file with mode: 0644]
libsrc/gamate/joy_stddrv.s [new file with mode: 0644]
libsrc/gamate/kplot.s [new file with mode: 0644]
libsrc/gamate/libref.s [new file with mode: 0644]
libsrc/gamate/revers.s [new file with mode: 0644]
libsrc/gamate/ticktock.s [new file with mode: 0644]
libsrc/gamate/vga.inc [new file with mode: 0644]
libsrc/gamate/waitvblank.s [new file with mode: 0644]
libsrc/gamate/wherex.s [new file with mode: 0644]
libsrc/gamate/wherey.s [new file with mode: 0644]
src/common/target.c
testcode/lib/conio.c
testcode/lib/gamate/Makefile
testcode/lib/gamate/audiotest.s
testcode/lib/gamate/ctest.c [new file with mode: 0644]
testcode/lib/gamate/lcdtest.s
util/gamate/gamate-fixcart.c [new file with mode: 0644]