Skip to content

Commit

Permalink
Forth: skip clear_screen on boot on emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
adumont committed Nov 21, 2021
1 parent 67de07c commit 56d503d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forth.s
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ RES_vec:
lda #>VRAM
sta LINE+1

.ifndef EMULATOR
jsr clear_screen
.endif

ldy #0
sty COL
Expand Down

0 comments on commit 56d503d

Please sign in to comment.