A mouse driver for Apple II computers
Go to file
Quinn Dunki a7943b50ec Inital commit 2015-07-14 18:21:27 -07:00
Mouse.xcodeproj Inital commit 2015-07-14 18:21:27 -07:00
.gitignore Inital commit 2015-07-14 18:21:27 -07:00
AppleCommander.jar Inital commit 2015-07-14 18:21:27 -07:00
Makefile Inital commit 2015-07-14 18:21:27 -07:00
README.md Inital commit 2015-07-14 18:21:27 -07:00
V2Make.scpt Inital commit 2015-07-14 18:21:27 -07:00
macros.s Inital commit 2015-07-14 18:21:27 -07:00
mouse.s Inital commit 2015-07-14 18:21:27 -07:00
mousedemo.dsk Inital commit 2015-07-14 18:21:27 -07: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+. May work on Apple IIgs as well.




Known issues

  • Hitting Reset during a WeeGUI application will leave your Apple II in an unsafe state.
  • Calling WGEraseView on a view that shares border rendering with other views will require manually redrawing those views.
  • Included sample ASMDEMO has a slight tendancy to step on ProDOS's buffers. This is mostly harmless.

To Do: