mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
Minor updates to Apple ][ client
This commit is contained in:
parent
cf2bb2e883
commit
332e8a720f
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||
|
||||
|
Binary file not shown.
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user