fix Run For It unpause (#376)

This commit is contained in:
xotmatrix
2021-07-19 16:53:47 -04:00
committed by GitHub
parent 907bc463bd
commit 1fba7c9b68

View File

@@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020-2021 by qkumba/xot
!cpu 6502
!to "build/PRELAUNCH/RUN.FOR.IT",plain
@@ -21,6 +21,9 @@
sta $906
sta $1286
+
lda #$fb ; fix unpause
sta $e29
lda #<callback
sta $15C8
lda #>callback