diff --git a/.gitignore b/.gitignore index ad69748..279bbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ mousedemo.lst +Mouse.xcodeproj/project.xcworkspace/xcuserdata/qd.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/Mouse.xcodeproj/project.xcworkspace/xcuserdata/qd.xcuserdatad/UserInterfaceState.xcuserstate b/Mouse.xcodeproj/project.xcworkspace/xcuserdata/qd.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 69bc63d..0000000 Binary files a/Mouse.xcodeproj/project.xcworkspace/xcuserdata/qd.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/README.md b/README.md index 683230e..1727076 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -*Mouse Driver for Apple II computers* +**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. @@ -9,11 +9,6 @@ Supports the Apple //e Enhanced with a mouse card in any slot. Also supports App 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. +- Subsequent clicks will not be detected if the mouse doesn't move in between -To Do: ------- - diff --git a/V2Make.scpt b/V2Make.scpt index 9dfae24..2e09260 100644 Binary files a/V2Make.scpt and b/V2Make.scpt differ diff --git a/mousedemo.dsk b/mousedemo.dsk index 62e0df7..246e53e 100644 Binary files a/mousedemo.dsk and b/mousedemo.dsk differ