]> git.sur5r.net Git - cc65/commit
added dio interface, standard mouse and joystick functions, osmaperrno
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Jul 2001 20:24:28 +0000 (20:24 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Jul 2001 20:24:28 +0000 (20:24 +0000)
commit823329443f35f0beeaa6a7537ca3f9571345cbbc
tree3a3fbc945939d0252034e6918f459fed45d56886
parent6a988b485952ceb177a212cffdaf1d86446ddfd0
added dio interface, standard mouse and joystick functions, osmaperrno

git-svn-id: svn://svn.cc65.org/cc65/trunk@773 b7a2c559-68d2-44c3-8de9-860c34a00d81
16 files changed:
libsrc/Makefile
libsrc/geos/Makefile
libsrc/geos/devel/Makefile
libsrc/geos/devel/oserror.s [new file with mode: 0644]
libsrc/geos/disk/Makefile
libsrc/geos/disk/dio_cts.s [new file with mode: 0644]
libsrc/geos/disk/dio_openclose.s [new file with mode: 0644]
libsrc/geos/disk/dio_params.s [new file with mode: 0644]
libsrc/geos/disk/dio_read.s [new file with mode: 0644]
libsrc/geos/disk/dio_stc.s [new file with mode: 0644]
libsrc/geos/disk/dio_write.s [new file with mode: 0644]
libsrc/geos/disk/dio_writev.s [new file with mode: 0644]
libsrc/geos/inc/dio.inc [new file with mode: 0644]
libsrc/geos/mousesprite/Makefile
libsrc/geos/mousesprite/mouse.s [new file with mode: 0644]
libsrc/geos/mousesprite/readjoy.s [new file with mode: 0644]