Commit Graph

11 Commits

Author SHA1 Message Date
Oliver Schmidt
8274d0252b
Initialize backLayer.
The zeropage variable backLayer was uninitialized. The program only happened to work if $0090 happened to be $00 (or $01 ?) on startup.
2020-01-11 14:55:13 +01:00
StewBC
d785b58c26
Merge pull request #1 from oliverschmidt/patch-1
Fixed joystick read routine.
2020-01-02 01:41:26 +01:00
Oliver Schmidt
1188b53f22
Removed leftover from test fixture. 2019-12-27 16:56:57 +01:00
Oliver Schmidt
fb98d44b9e
Fixed joystick read routine.
Depending on the actual joystick used on a real machine the timeout in question may be much longer than expected. Therefore a potential counter overflow must be taken into account.
The added overflow check made of course slowed down the timing loop so adjustments to the thresholds became necessary. Independently from that the deadzone was significantly increased as usual joysticks have quite some backlash around the center position.
2019-12-27 16:53:41 +01:00
StewBC
aa1d945fe3 Update README.md
One more table markdown attempt
2019-12-17 08:48:31 -08:00
StewBC
099b165efa Update README.md
Next attempt at getting a table to work in Markup.
2019-12-17 08:44:11 -08:00
StewBC
ad06a04d5d Update README.md
Trying to fix table markdown.  Didn't work as I expected
2019-12-17 08:39:37 -08:00
StewBC
62420f8fe1 Update README.md
Added profile and general cleanup
2019-12-17 08:37:53 -08:00
StewBC
4f4c5c6218 Update for -apple2 name change
Updated for the fact that the apple2 version is in penetrator-apple2 and not just penetrator
2019-12-17 07:39:42 -08:00
StewBC
1650b5b441 Update README.md
Fixed linefeeds and escape characters
2019-12-17 00:30:25 -08:00
StewBC
978a6fa77f Initial commit 2019-12-17 00:23:52 -08:00