diff options
-rw-r--r-- | console.s | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ _clr_screen: ; same as gotoxy(0,0); clrtobot(); _clrtobot: ; same as clrtoline(24); lda #24 - ;bne _clrtoline ; we'd have to do this if ROWCRS were non-zero-page - .byte $2c ; see "bit trick" explanation below + bne _clrtoline + ;.byte $2c ; for some reason, this breaks fenders. TODO: investigate _clrtoeol: lda ROWCRS |