mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fixes for //c and //c+ (#291)
This commit is contained in:
parent
0507cb498a
commit
1fc5637950
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2020 by qkumba
|
;(c) 2020 by qkumba/Frank M.
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/PRELAUNCH/ARCTIC.FOX",plain
|
!to "build/PRELAUNCH/ARCTIC.FOX",plain
|
||||||
@ -19,6 +19,7 @@ callback
|
|||||||
inc $3F4 ; force reboot
|
inc $3F4 ; force reboot
|
||||||
bit $C083
|
bit $C083
|
||||||
jsr DisableAccelerator
|
jsr DisableAccelerator
|
||||||
|
sta $C05F ; fix //c and //c+ HGR color
|
||||||
+READ_RAM1_WRITE_RAM1
|
+READ_RAM1_WRITE_RAM1
|
||||||
jmp $1170
|
jmp $1170
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
+
|
+
|
||||||
lda $c083
|
lda $c083
|
||||||
jsr DisableAccelerator
|
jsr DisableAccelerator
|
||||||
|
sta $C05F ; fix //c and //c+ HGR color
|
||||||
lda $c08b
|
lda $c08b
|
||||||
jsr $ee1f
|
jsr $ee1f
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ callback !pseudopc $250 {
|
|||||||
sta $C008
|
sta $C008
|
||||||
bit $C083
|
bit $C083
|
||||||
jsr DisableAccelerator
|
jsr DisableAccelerator
|
||||||
|
sta $C05E ; fix //c and //c+ DHGR setting
|
||||||
bit $C08B
|
bit $C08B
|
||||||
sta $C009
|
sta $C009
|
||||||
jmp $C00
|
jmp $C00
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
+
|
+
|
||||||
+READ_RAM2_WRITE_RAM2
|
+READ_RAM2_WRITE_RAM2
|
||||||
jsr DisableAccelerator
|
jsr DisableAccelerator
|
||||||
|
sta $C05F ; fix //c and //c+ HGR color
|
||||||
+READ_RAM1_WRITE_RAM1
|
+READ_RAM1_WRITE_RAM1
|
||||||
jmp $1953
|
jmp $1953
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
stx $934F ; fix reboot
|
stx $934F ; fix reboot
|
||||||
|
|
||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
|
sta $C05F ; fix //c and //c+ HGR color
|
||||||
jmp $9300
|
jmp $9300
|
||||||
|
|
||||||
!if * > $1C0 {
|
!if * > $1C0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user