fix Miner 2049'er reset (#306)

This commit is contained in:
frankmilliron 2020-07-19 11:13:12 -07:00 committed by GitHub
parent b7e434a96b
commit ffb8a01e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by 4am
;(c) 2020 by 4am/Frank M.
!cpu 6502
!to "build/PRELAUNCH/MINER.2049ER",plain
@ -8,6 +8,7 @@
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
+NEW_RESET_VECTOR $BFF0
lda #>callback
sta $2076
lda #<callback