1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00

Minor style adjustment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5544 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-02-22 22:59:38 +00:00
parent 358a27bd3c
commit c8f3b16f99
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
.segment "INIT"
initscrsize:
.ifdef __GEOS_CBM__
.ifdef __GEOS_CBM__
lda graphMode
bpl L1
lda #80 ; 80 columns (more or less)

View File

@ -28,7 +28,7 @@ _clrscr:
inx
stx cursor_r
jsr fixcursor ; home cursor
.ifdef __GEOS_CBM__
.ifdef __GEOS_CBM__
lda #199
sta r2H
lda graphMode

View File

@ -22,7 +22,7 @@ _GetPtrCurDkNm:
txa
bne fin
namelp: lda (ptr4),y
.ifdef __GEOS_CBM__
.ifdef __GEOS_CBM__
cmp #$a0
.else
cmp #0

View File

@ -32,7 +32,7 @@ _mouse_init:
sta mouseTop
sta mouseLeft
sta mouseLeft+1
.ifdef __GEOS_CBM__
.ifdef __GEOS_CBM__
lda #199
sta mouseBottom
lda graphMode

View File

@ -34,7 +34,7 @@ initmainargs:
ldy #0
@fn_loop:
lda dirEntryBuf+OFF_FNAME,y
.ifdef __GEOS_CBM__
.ifdef __GEOS_CBM__
cmp #$a0
.else
cmp #0