]> git.sur5r.net Git - cc65/commit
Changed the mouse API: mouse_box is gone, there are now mouse_getbox and
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 26 Sep 2009 11:11:14 +0000 (11:11 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 26 Sep 2009 11:11:14 +0000 (11:11 +0000)
commit16e6deaf868eac1d315c867c3da2a5a3dd74733c
tree6c8b97bee81aea751a13cf99018893e238409e0f
parent8be28482ac676e64ae1caff041de85978bedf36d
Changed the mouse API: mouse_box is gone, there are now mouse_getbox and
mouse_setbox instead. Beware: Current drivers will crash until they're
changed!

git-svn-id: svn://svn.cc65.org/cc65/trunk@4230 b7a2c559-68d2-44c3-8de9-860c34a00d81
asminc/mouse-kernel.inc
include/mouse.h
libsrc/mouse/Makefile
libsrc/mouse/mouse-kernel.s
libsrc/mouse/mouse_box.s [deleted file]