]> git.sur5r.net Git - cc65/commit
Rewrote the xxx_load routines for the drivers in assembler to save some
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 5 Jun 2006 16:59:29 +0000 (16:59 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 5 Jun 2006 16:59:29 +0000 (16:59 +0000)
commitaa217e45356bd7eab34b56a84b364f9f8151fb4b
treea91d38d1d882abce7d4ebdd0a94262f0102c48eb
parent2e0b65887c46acd2cb7a37dcd5b9fb1982304dca
Rewrote the xxx_load routines for the drivers in assembler to save some
space.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3756 b7a2c559-68d2-44c3-8de9-860c34a00d81
12 files changed:
libsrc/joystick/.cvsignore
libsrc/joystick/Makefile
libsrc/joystick/joy_load.c [deleted file]
libsrc/joystick/joy_load.s [new file with mode: 0644]
libsrc/mouse/.cvsignore
libsrc/mouse/Makefile
libsrc/mouse/mouse_load.c [deleted file]
libsrc/mouse/mouse_load.s [new file with mode: 0644]
libsrc/serial/.cvsignore
libsrc/serial/Makefile
libsrc/serial/ser_load.c [deleted file]
libsrc/serial/ser_load.s [new file with mode: 0644]