Skip to content

Commit

Permalink
Update kernal/cbm/editor.s
Browse files Browse the repository at this point in the history
Co-authored-by: Fulgen301 <[email protected]>
  • Loading branch information
mooinglemur and Fulgen301 authored Feb 15, 2024
1 parent 22f0667 commit 3eead97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kernal/cbm/editor.s
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ cint jsr iokeys

; clear screen, populate ldtb1 with non-continuing lines
clsr lda #$ff
ldx #8
lps1 sta ldtb1-1,x
ldx #7
lps1 sta ldtb1,x
dex
bne lps1
bpl lps1
ldx nlinesm1 ;clear from the bottom line up
clear1 jsr screen_clear_line ;see scroll routines
dex
Expand Down

0 comments on commit 3eead97

Please sign in to comment.