Commit Graph

10 Commits

Author SHA1 Message Date
StewBC
17c546baef
Merge pull request #5 from oliverschmidt/patch-4
Initialize backLayer.
2020-01-11 16:39:25 +01:00
StewBC
f69a79c016
Merge pull request #4 from oliverschmidt/patch-3
Removed unnecessary workaround.
2020-01-11 16:35:58 +01:00
StewBC
b54b9a19d7
Merge pull request #3 from oliverschmidt/patch-2
Minor beautification.
2020-01-11 16:35:10 +01:00
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
Oliver Schmidt
822ca1e950
Removed unnecessary workaround. 2020-01-11 14:50:29 +01:00
Oliver Schmidt
932b436b04
Minor beautification. 2020-01-11 14:07:14 +01:00
Oliver Schmidt
67b6897fd0
Allow start with active 80-column display.
With active 80-column display there's no way to activate hires page2. Instead of directly fiddling with 80COLSTORE it seems the cleanest way to disable the 80-column display via the official firmware entry point.

The ProDOS 8 Technical Reference Manual states in chapter 5.3.1.3 - 80-Column Text Card:
-----
80-column text cards -- and other Apple IIe features -- can be turned off
using the following sequence of instructions:

 LDA #$15     ;Character that turns off video firmware
 JSR $C300   ;Print it to the video firmware
-----
2020-01-11 13:35:34 +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
978a6fa77f Initial commit 2019-12-17 00:23:52 -08:00