fix Vindicator reset

This commit is contained in:
Peter Ferrie 2024-06-14 21:53:19 -07:00
parent 84ba6565e4
commit 87e5db7497
2 changed files with 4 additions and 5 deletions

View File

@ -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