mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-24 03:34:02 +00:00
fixes for //c and //c+ (#291)
This commit is contained in:
parent
0507cb498a
commit
1fc5637950
@ -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
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
+
|
||||
lda $c083
|
||||
jsr DisableAccelerator
|
||||
sta $C05F ; fix //c and //c+ HGR color
|
||||
lda $c08b
|
||||
jsr $ee1f
|
||||
|
||||
|
@ -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
|
||||
|
@ -24,6 +24,7 @@
|
||||
+
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
jsr DisableAccelerator
|
||||
sta $C05F ; fix //c and //c+ HGR color
|
||||
+READ_RAM1_WRITE_RAM1
|
||||
jmp $1953
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
stx $934F ; fix reboot
|
||||
|
||||
+DISABLE_ACCEL
|
||||
sta $C05F ; fix //c and //c+ HGR color
|
||||
jmp $9300
|
||||
|
||||
!if * > $1C0 {
|
||||
|
Loading…
Reference in New Issue
Block a user