]> git.sur5r.net Git - cc65/commitdiff
Minor style adjustment.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 22 Feb 2012 22:59:38 +0000 (22:59 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 22 Feb 2012 22:59:38 +0000 (22:59 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5544 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/geos-common/conio/_scrsize.s
libsrc/geos-common/conio/clrscr.s
libsrc/geos-common/disk/getptrcurdknm.s
libsrc/geos-common/drivers/geos-stdmou.s
libsrc/geos-common/system/mainargs.s

index 030e38edd424d335f862052fb01dbb4e50e4af99..da6b2d33d466dcda3afe20fc31267fa2afb04b51 100644 (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)
index 47cda5cce9c63e46c525de930df6b185ea333262..e8f30b7000d6a01ee6b22960dd5262493366f239 100644 (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
index 43c5fda012b58f1e34159a55e645c150ec111f69..d81490e215c56593ac0c1e5d2b94292cb0dcd52a 100644 (file)
@@ -22,7 +22,7 @@ _GetPtrCurDkNm:
        txa
        bne fin
 namelp:        lda (ptr4),y
-.ifdef  __GEOS_CBM__
+.ifdef __GEOS_CBM__
        cmp #$a0
 .else
        cmp #0
index c2f610dc5c785302909dec178487f9985f274ffc..6f144d5998ea308f73a8b254dc6d3109d3245f79 100644 (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
index 6ee69978a99d97aebe180a08056ee2b16deb9cb3..02c461cb3124850e32e810fc55bcb1049ef09d0a 100644 (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