mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-05 03:06:35 +00:00
fix Vindicator reset
This commit is contained in:
parent
84ba6565e4
commit
87e5db7497
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
|
||||
|
Loading…
Reference in New Issue
Block a user