mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-13 21:30:38 +00:00
fix Run For It unpause (#376)
This commit is contained in:
parent
907bc463bd
commit
1fba7c9b68
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user