mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-05 18:06:52 +00:00
fix Colorix reset vector
This commit is contained in:
parent
7cc7fd357b
commit
b8e7d480e6
@ -14,6 +14,7 @@
|
||||
ldx #0
|
||||
stx $2539
|
||||
inx
|
||||
stx $1821 ; reset vector
|
||||
stx $253A ; allow quit
|
||||
lda #$96
|
||||
sta $74 ; Basic hook
|
||||
|
Loading…
Reference in New Issue
Block a user