Fix incorrect refactors

This commit is contained in:
Joshua Bell 2018-01-04 13:14:07 -08:00
parent 696de2e669
commit cd7182b975
2 changed files with 5 additions and 3 deletions

View File

@ -13327,7 +13327,7 @@ loop: lda $1F80,x
.assert * = DESKTOP_COPY_TO_BUF, error, "Entry point mismatch"
lda #$00
sta flag
: sta flag
jsr DESKTOP_MAIN_PUSH_ADDRS
lda bufnum
@ -13359,7 +13359,7 @@ set_copy_ptr:
lda table2,x ; copy table2 entry to ptr
sta ptr
lda table2+1,x
sta ptr
sta ptr+1
bit flag
bmi copy_from

View File

@ -7246,7 +7246,9 @@ L81F7: jsr L821F
jsr L8253
SETPOS_RELAY_CALL $E6E1
jsr L830F
SETPOS_RELAY_CALL $E6E5
lda #<$E6E5
ldx #>$E6E5
jmp SETPOS_RELAY
L821F: lda $EC43
and #$0F