]> git.sur5r.net Git - cc65/commitdiff
Normalized coding style.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 9 Feb 2012 10:54:40 +0000 (10:54 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 9 Feb 2012 10:54:40 +0000 (10:54 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5515 b7a2c559-68d2-44c3-8de9-860c34a00d81

13 files changed:
libsrc/geos-common/common/zerobss.s
libsrc/geos-common/conio/color.s
libsrc/geos-common/dlgbox/dbget2lines.s
libsrc/geos-common/dlgbox/dlgboxfileselect.s
libsrc/geos-common/dlgbox/dlgboxgetstring.s
libsrc/geos-common/dlgbox/dlgboxok.s
libsrc/geos-common/dlgbox/dlgboxokcancel.s
libsrc/geos-common/dlgbox/dlgboxyesno.s
libsrc/geos-common/drivers/geos-stdmou.s
libsrc/geos-common/drivers/mcbdefault.s
libsrc/geos-common/file/findftypes.s
libsrc/geos-common/system/oserror.s
libsrc/geos-common/system/sysuname.s

index e2a6cbe06bc8b84f84f857c89453a6789513d1c5..fc19c38c7d162d141c1d23959b17830e2e25e2c8 100644 (file)
@@ -8,10 +8,8 @@
            .export zerobss
            .import __BSS_RUN__, __BSS_SIZE__
            
-            .include "jumptab.inc"
-            .include "geossym.inc"
-
-.code
+           .include "jumptab.inc"
+           .include "geossym.inc"
 
 zerobss:
        lda #<__BSS_SIZE__
index 1682088025c47d129faa6962c320dfe8b27abaf8..fbf86e947303fe60354b9f5ef481faf5e0f945a6 100644 (file)
@@ -8,7 +8,6 @@
 ; unsigned char __fastcall__ bordercolor (unsigned char color);
 ;
 
-
            .export _textcolor, _bgcolor, _bordercolor
 
 ; for GEOS 2.0 there is no color support, perhaps Wheels has it
index 67d72375c8e0446815ef7957d949629aa345ce01..bc0d68faeb44d4cbc63b372840922bc2588c42f9 100644 (file)
@@ -7,8 +7,6 @@
            .importzp ptr3,ptr4
            .import popax
 
-.code
-
 DB_get2lines:
        sta ptr4                ; fetch line 2
        stx ptr4+1
index 53349ce58d3970c11b0bb96ec32dad0293eb6d05..284285d0348e43021878e1eeddfb4e4d7e7ca1d9 100644 (file)
@@ -5,17 +5,15 @@
 
 ; char DlgBoxFileSelect       (char *class, char ftype, char *fname);
 
-               .export _DlgBoxFileSelect
-               .import popa, popax
-               .import _DoDlgBox
-
-               .include "jumptab.inc"
-               .include "diskdrv.inc"
-               .include "geossym.inc"
-               .include "geosmac.inc"
-               .include "const.inc"
-
-.code
+           .export _DlgBoxFileSelect
+           .import popa, popax
+           .import _DoDlgBox
+
+           .include "jumptab.inc"
+           .include "diskdrv.inc"
+           .include "geossym.inc"
+           .include "geosmac.inc"
+           .include "const.inc"
 
 _DlgBoxFileSelect:
        sta tmp_r5
index 4f0a25944894cd7462a093dc730af8c37547ea1c..ec26c8433d912c812caf4123cee7b348ee0f4261 100644 (file)
@@ -13,8 +13,6 @@
            .include "geossym.inc"
            .include "const.inc"
 
-.code
-
 _DlgBoxGetString:
        jsr DB_get2lines
        jsr popa
index 7cfdc6112ee3a413af723b8e41cbdc646b1d78dc..9ac094c43a1f4de06f89dbcdb03733a08300d4f3 100644 (file)
@@ -12,8 +12,6 @@
            .include "geossym.inc"
            .include "const.inc"
 
-.code
-
 _DlgBoxOk:
        jsr DB_get2lines
        lda #<paramStrOk
index 828514fc5ee80d40c6d342da9a5b4e68054c476f..e6267e1289f117b23602ba55b1369be4de2433f6 100644 (file)
@@ -12,8 +12,6 @@
            .include "geossym.inc"
            .include "const.inc"
 
-.code
-
 _DlgBoxOkCancel:
        jsr DB_get2lines
        lda #<paramStrOkCancel
index 94eed142a684b25086711aa14530b4be31af743f..f895bb759df2701a345ed6947b164045d1e6f0e7 100644 (file)
@@ -12,8 +12,6 @@
            .include "geossym.inc"
            .include "const.inc"
 
-.code
-
 _DlgBoxYesNo:
        jsr DB_get2lines
        lda #<paramStrYesNo
index 50b6fe4d8e80edf11233b9d40a43060e0c7255de..c2f610dc5c785302909dec178487f9985f274ffc 100644 (file)
@@ -19,8 +19,6 @@
            .include "jumptab.inc"
            .include "geossym.inc"
 
-.code
-
 ; --------------------------------------------------------------------------
 ;
 ; unsigned char __fastcall__ mouse_init (unsigned char type);
index 6fca43a0b254af6637b74a15e61ad0aa0c6fca2a..39658ebf634562c890b0858b84ef5e30b0d27cd7 100644 (file)
@@ -22,8 +22,6 @@
 ; The functions below must be interrupt-safe,
 ; because they might be called from an interrupt-handler.
 
-.code
-
 ; --------------------------------------------------------------------------
 ; Hide the mouse pointer. Always called with interrupts disabled.
 
index 765f47e409a525d96f883116cb42eb55b4642e45..2e6020b3a2e0e15c89e59b3d774a5f958b07dcc6 100644 (file)
@@ -12,8 +12,6 @@
            .include "diskdrv.inc"
            .include "geossym.inc"
 
-.code
-       
 _FindFTypes:
        sta r10L
        stx r10H
index ffc907e86010fd7056482a251cf5933acab4d4f5..2acfe1e9ae8b89329828035d7b4831ff628e7829 100644 (file)
@@ -12,8 +12,6 @@
            .include "errno.inc"
            .include "const.inc"
 
-.code
-
 __osmaperrno:
        ldx #ErrTabSize
 @L1:   cmp ErrTab-2,x          ; Search for the error code
index c750947f4548f7e7e85085afa76966391bd999b0..557ac439644b3c8910a3b26d1f1d1f40cd8262a2 100644 (file)
@@ -4,8 +4,8 @@
 ; unsigned char __fastcall__ _sysuname (struct utsname* buf);
 ;
 
-       .import utscopy
-       .export __sysuname, utsdata
+           .import utscopy
+           .export __sysuname, utsdata
 
 __sysuname     = utscopy