fix charmask confusion

This commit is contained in:
4am 2022-08-22 22:28:54 -04:00
parent 4e7c832df0
commit 0888a5cbf5
2 changed files with 5 additions and 4 deletions

View File

@ -51,7 +51,6 @@
dey
bpl -
; TODO make this true again
; proboothd duplicates the above code and jumps here,
; so if you make any changes before this comment, you
; MUST adjust the final JMP in src/proboothd/proboothd.a

View File

@ -47,12 +47,14 @@
cmp #$06
beq +
lda #$DF
sta @mask+1
+ ldy #15
!byte $2C
+ lda #$FF
sta $F1
ldy #15
- lda II-1,y
cmp #$E1
bcc +
@mask and #$FF ; SMC
and $F1
+ sta $070C-1,y
dey
bne -