mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-15 12:27:32 +00:00
fix Vindicator reset
This commit is contained in:
Binary file not shown.
@@ -8,15 +8,14 @@
|
||||
!source "src/macros.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
+NEW_RESET_VECTOR $BFF0
|
||||
lda #$60
|
||||
sta $1867
|
||||
jsr $180F ; decompress
|
||||
|
||||
lda #$F0
|
||||
sta $4001
|
||||
lda #$BF
|
||||
sta $400F ; reset vector fix
|
||||
ldx #0
|
||||
stx $4001
|
||||
inx
|
||||
stx $400F ; reset vector fix
|
||||
|
||||
lda #$60 ; annunciator fix - kills Gizmo/joyport support
|
||||
sta $5B77 ; but fixes ][+ 80-col softswitch
|
||||
|
Reference in New Issue
Block a user