]> git.sur5r.net Git - cc65/history - libsrc/joystick
Improved memset/memcpy/memmove functions by Christian Krueger.
[cc65] / libsrc / joystick /
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2006-06-05 cuzRewrote the xxx_load routines for the drivers in assemb...
2006-06-04 cuzjoy_unload didn't return a valid error code.
2006-06-04 cuzFixed a problem when loading joystick drivers: When...
2006-06-04 cuzUnloading the joystick driver didn't reset the interrup...
2006-03-31 cuzCode goes into the CODE segment, not RODATA.
2005-09-05 cuzDon't install the IRQ vector if joy_install returns...
2004-11-06 cuzExport the interrupt entry point
2004-11-06 cuzAdded the IRQ entry point
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-01-04 cuzRemove an unused include
2003-12-16 cuzUse new joystick decls
2003-08-20 cuzChanged rm -f to $(RM)
2003-06-12 cuzRestructured former fcntl.h, added new include files...
2003-02-10 cuzRenamed joy_deinstall to joy_uninstall
2003-02-10 cuzMake joy_install, joy_uninstall user callable functions
2003-02-06 cuzMake sure the zap target is available
2002-12-20 cuzNew joystick API
2002-12-20 cuzJoystick library, first version