fixes for //c and //c+ (#291)

This commit is contained in:
frankmilliron 2020-07-14 10:15:32 -07:00 committed by GitHub
parent 0507cb498a
commit 1fc5637950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/ARCTIC.FOX",plain
@ -19,6 +19,7 @@ callback
inc $3F4 ; force reboot
bit $C083
jsr DisableAccelerator
sta $C05F ; fix //c and //c+ HGR color
+READ_RAM1_WRITE_RAM1
jmp $1170

View File

@ -21,6 +21,7 @@
+
lda $c083
jsr DisableAccelerator
sta $C05F ; fix //c and //c+ HGR color
lda $c08b
jsr $ee1f

View File

@ -24,6 +24,7 @@ callback !pseudopc $250 {
sta $C008
bit $C083
jsr DisableAccelerator
sta $C05E ; fix //c and //c+ DHGR setting
bit $C08B
sta $C009
jmp $C00

View File

@ -24,6 +24,7 @@
+
+READ_RAM2_WRITE_RAM2
jsr DisableAccelerator
sta $C05F ; fix //c and //c+ HGR color
+READ_RAM1_WRITE_RAM1
jmp $1953

View File

@ -23,6 +23,7 @@
stx $934F ; fix reboot
+DISABLE_ACCEL
sta $C05F ; fix //c and //c+ HGR color
jmp $9300
!if * > $1C0 {