From 498fbb7ed729c58478c27068d021006471917487 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BChlstrasser?= Date: Sun, 8 Feb 2015 17:35:40 +0100 Subject: [PATCH] Fix formatting, replace tabs with spaces. --- libsrc/osic1p/clrscr.s | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/libsrc/osic1p/clrscr.s b/libsrc/osic1p/clrscr.s index 32975526f..48fb5d4f2 100644 --- a/libsrc/osic1p/clrscr.s +++ b/libsrc/osic1p/clrscr.s @@ -13,19 +13,19 @@ BANKS = VIDEORAMSIZE / $100 _clrscr: lda #$20 ;' ' - ldy #BANKS - ldx #$00 + ldy #BANKS + ldx #$00 staloc: - sta SCRNBASE,X - inx - bne staloc - inc staloc+2 - dey - bne staloc - lda #>(SCRNBASE); load high byte - sta staloc+2 ; restore base address + sta SCRNBASE,X + inx + bne staloc + inc staloc+2 + dey + bne staloc + lda #>(SCRNBASE); load high byte + sta staloc+2 ; restore base address - lda #$00 ; cursor in upper left corner + lda #$00 ; cursor in upper left corner sta CURS_X sta CURS_Y - jmp plot ; Set the cursor position + jmp plot ; Set the cursor position -- 2.39.5