mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-27 12:30:30 +00:00
reset vector for Willy Byte
This commit is contained in:
parent
ffa260a8f1
commit
ed61b38b3b
@ -2,7 +2,7 @@
|
||||
;(c) 2021 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/WB",plain
|
||||
!to "build/PRELAUNCH/WILLY.BYTE",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
@ -15,6 +15,12 @@
|
||||
sta $BD7C
|
||||
lda #>callback
|
||||
sta $BD7D
|
||||
lda #$4C
|
||||
sta $B6D8
|
||||
ldx #0
|
||||
stx $B6D9
|
||||
inx
|
||||
stx $B6DA ; reset vector
|
||||
+DISABLE_ACCEL
|
||||
jmp $6000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user