Minor updates to Apple ][ client

This commit is contained in:
dschmenk 2013-12-20 12:00:49 -08:00
parent cf2bb2e883
commit 332e8a720f
3 changed files with 4 additions and 2 deletions

3
debian/changelog vendored
View File

@ -1,7 +1,8 @@
a2pi (0.1.7-2) unstable; urgency=low
a2pi (0.1.7-3) unstable; urgency=low
* Adjust file permissions for FUSE driver to allow group access
* Add options to allow root to access FUSE mount point (for GSport)
* Update Apple ][+ keyboard support (Caps Lock)
-- David Schmenk <dschmenk@gmail.com> Fri, 06 Dec 2013 20:39:14 -0800

View File

@ -130,7 +130,8 @@ void main(int argc, char **argv)
a2write(pifd, READGP0, sizeof(readgp), readgp);
readgp[1] = 1;
a2write(pifd, READGP1, sizeof(readgp), readgp);
a2call(pifd, READGP0, &evabsx.value);
//a2call(pifd, READGP0, &evabsx.value);
evabsx.value = -1;
a2read(pifd, BTTN_IO, 2, prevbttns);
a2call(pifd, READGP1, &evabsy.value);
gptoggle = 0;