Commit Graph

140 Commits

Author SHA1 Message Date
dschmenk 91f7c94d58 Attempt re-sync when RPi reboots and Apple II doesn't 2013-06-13 10:32:31 -07:00
dschmenk d3747d4fbe Simplify block transfer code 2013-06-11 20:08:36 -07:00
dschmenk c6f469322b Remove silly event loop variable reset 2013-06-11 19:50:22 -07:00
dschmenk e85314fa3c Set sane auto-repeat 2013-06-11 19:38:58 -07:00
dschmenk b3d93f076c Add better debounce only on keypress 2013-06-11 19:14:06 -07:00
dschmenk 52df696657 Switch to using Apple II "Any Key Down"
Using AKD gives rudimentary key up/down events.  Required for things
like MineCraft.
2013-06-11 13:11:37 -07:00
dschmenk ca001bda06 Leave interrupts enabled for mem reads 2013-06-07 13:10:52 -07:00
dschmenk a0fd9ab07b Remove JED backup files 2013-06-04 21:51:29 -07:00
dschmenk d772897b3e Change (slightly) where interrupts are disabled 2013-06-03 19:07:05 -07:00
dschmenk 482d2006c5 Adjust mouse acceleration (again) 2013-06-03 07:56:37 -07:00
dschmenk 32be3492c3 Extend mouse acceleratoin table to handle larger moves 2013-06-02 22:43:23 -07:00
dschmenk 5b6cfc7763 Add exit on unexpected request 2013-06-01 20:43:47 -07:00
dschmenk 5f0526bfe1 Avoid 6502 indexed read before write anomoly 2013-06-01 20:42:29 -07:00
dschmenk 632fc3570f forgot bintomon 2013-05-31 16:12:11 -07:00
dschmenk b4e3891a8c add Makefile and remove compiler warnings 2013-05-31 16:09:10 -07:00
dschmenk c3aa33d95f Add tty device command line option
Also broke out common a2 io routines into a2lib.c
2013-05-31 14:27:43 -07:00
dschmenk 28c563341f break larger transfers into smaller blocks
Serial protocol is more stable with smaller transfers between
synchronization.  Add ability to write ProDOS disks.
2013-05-31 11:14:36 -07:00
dschmenk f126e00175 Add line to start running slideshow 2013-05-31 07:07:51 -07:00
dschmenk e34e4439ac stupid github 2013-05-31 06:59:14 -07:00
dschmenk 99c0e542e4 stupid github 2013-05-31 06:58:10 -07:00
dschmenk 9b2f31ea48 move A2Pi.DSK to A2PI.PO 2013-05-31 06:52:56 -07:00
dschmenk 7cedf47176 disk imaging utilities
read a ProDOS floppy
2013-05-31 06:37:35 -07:00
dschmenk 354c7def92 Add small delay when writing zeros over serial port
Writing too many back to back zeros caused the serial transfer to lose
sync.  A small delay when writing a zero seems to cure it.
2013-05-30 17:25:02 -07:00
dschmenk d421e43481 Read byte when just address in entered 2013-05-30 17:14:29 -07:00
dschmenk ff4457084e Apple 1 slideshow for Apple 2
Port of the Apple 1 "graphics" program
2013-05-30 16:57:31 -07:00
dschmenk c3b46360ed update A2PI for mem R/W and call 2013-05-30 12:13:19 -07:00
dschmenk 94533a4aa9 remove source of a2pi, use DSK image instead. 2013-05-30 12:03:02 -07:00
dschmenk 79e8c35096 Apple II monitor program
Compatible with Apple I monitor syntax and remote operation
2013-05-30 11:50:59 -07:00
dschmenk 96c93e6cd1 Client network access to Apple II Pi 2013-05-29 21:12:37 -07:00
David Schmenk bb6247e755 ProDOS image of Merlin 8, A2PI.S 2013-05-26 22:29:52 -07:00
dschmenk 3994521f4a Still recommitting 2013-05-23 18:28:49 -07:00
dschmenk 708966206e REverting the reverted revert 2013-05-23 18:27:20 -07:00
dschmenk 76a3a1d486 Git continues to piss me off 2013-05-23 18:24:08 -07:00
dschmenk 176bb376ce Revert "Revert "Revert "properly check daemon flag"""
This reverts commit f73f09801b.
2013-05-23 18:08:31 -07:00
dschmenk f73f09801b Revert "Revert "properly check daemon flag""
This reverts commit 0f53892d09.
2013-05-23 18:06:55 -07:00
dschmenk 0f53892d09 Revert "properly check daemon flag"
This reverts commit adcb02b6ee.
2013-05-23 18:05:40 -07:00
dschmenk adcb02b6ee properly check daemon flag 2013-05-23 18:05:06 -07:00
dschmenk fae3f98490 Be able to run as a daemon and add mouse acceleration 2013-05-23 13:52:08 -07:00
dschmenk 3a3d5efe3f Apple II source
Build with Merlin 8 on ProDOS
2013-05-23 13:50:35 -07:00
dschmenk ebe1a042fb Initial Apple II connection daemon for Raspbian 2013-05-22 21:21:21 -07:00