Skip to content

Commit

Permalink
[KERNAL] fix old CBM porting bug which assumed color variable was 0-1…
Browse files Browse the repository at this point in the history
…5 for unconditional branch
  • Loading branch information
mooinglemur committed May 26, 2024
1 parent be884c7 commit 7c2c72a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kernal/cbm/editor.s
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,7 @@ bk2 lda #' '
jsr screen_set_char
lda color
jsr screen_set_color
bmi ntcn1
jmp jpl3
jmp loop2
ntcn1 ldx qtsw
beq nc3w
bit mode
Expand Down

0 comments on commit 7c2c72a

Please sign in to comment.