A mouse driver for Apple II computers
Go to file
Quinn Dunki 990ef2c934 Ignore Finder goo 2017-01-01 15:24:31 -08:00
Mouse.xcodeproj Polish 2015-07-15 09:17:44 -05:00
.gitignore Ignore Finder goo 2017-01-01 15:24:31 -08:00
AppleCommander.jar Inital commit 2015-07-14 18:21:27 -07:00
KFest2015MouseSlides.pdf Slides from KFest presentation on this driver 2015-09-24 08:02:54 -07:00
Makefile Inital commit 2015-07-14 18:21:27 -07:00
README.md ReadMe update 2015-09-24 21:12:37 -07:00
V2Make.scpt Fixed problem with subsequent click detection not working if mouse doesn't move 2015-07-16 15:24:59 -05:00
macros.s Inital commit 2015-07-14 18:21:27 -07:00
mouse.s Fixed "Restart System" error after quitting demo 2015-07-16 16:01:00 -05:00
mousedemo.dsk Fixed "Restart System" error after quitting demo 2015-07-16 16:01:00 -05:00
mousedemo.s Inital commit 2015-07-14 18:21:27 -07:00
switches.s Inital commit 2015-07-14 18:21:27 -07:00

README.md

Mouse Driver for Apple II computers

Supports the Apple //e Enhanced with a mouse card in any slot. Also supports Apple //c and //c+

Note: If you came here from the KansasFest presentation on this code (https://archive.org/details/2015_Kfest_Quinn_Dunki_Mouse_Programming), note that the double-click bug I talk about has been fixed. This driver should "just work" for everything you want to do.




Known issues

Does not crash on Apple IIgs, but doesn't exactly work either.