Fix Ardy reset (#142)

This commit is contained in:
frankmilliron 2020-03-26 17:13:26 -07:00 committed by GitHub
parent f6f0f45c3d
commit 51dbe20a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/ARDY.AARDVARK",plain
@ -8,6 +8,7 @@
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
+NEW_RESET_VECTOR $280
lda #<callback1
sta $2842
lda #>callback1