removed DIRECT_SCREEN define
git-svn-id: svn://svn.cc65.org/cc65/trunk@176 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -19,11 +19,7 @@ _cclear:
|
||||
cmp #0 ; Is the length zero?
|
||||
beq L9 ; Jump if done
|
||||
sta tmp1
|
||||
.ifdef DIRECT_SCREEN
|
||||
L1: lda #0 ; Blank - screen code
|
||||
.else
|
||||
L1: lda #$20 ; Blank
|
||||
.endif
|
||||
jsr cputdirect ; Direct output
|
||||
dec tmp1
|
||||
bne L1
|
||||
|
||||
Reference in New Issue
Block a user