ct6502 / apple2ts

Apple II Emulator in TypeScript
Creative Commons Attribution Share Alike 4.0 International
62 stars 10 forks source link

First cut at AppleMouse card workalike driver #11

Closed code-bythepound closed 1 year ago

code-bythepound commented 1 year ago

Works with every program I tested it with - except the basic interface is still somehow incorrect. That means, for instance, that when booting "MousePaint" the basic startup splash scrolls by and you have to click the mouse to move on to the app (or run it by booting another prodos disk).

GETCLAMP is not correctly implemented, but nothing seems to use it anyway.