coco3: more white space
authorAlan Cox <alan@linux.intel.com>
Wed, 17 Jun 2015 11:20:27 +0000 (12:20 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 17 Jun 2015 11:20:27 +0000 (12:20 +0100)
Kernel/platform-coco3/boot/boot.s
Kernel/platform-coco3/config.h

index 72ae5e7..3ea7bb2 100644 (file)
@@ -1,4 +1,4 @@
-;;; 
+;;;
 ;;;  A Fuzix booter for the CoCo3
 ;;;
 
@@ -11,19 +11,19 @@ frame       .dw     0               ; on entry frame pointer
 npage  .db     0               ; next page no.
 pos    .dw     0               ; buffer pos in memory
 nampre fcn     /"FUZIX.BIN/    ; " image to load
-               
+
        ;; And the Kick-off
 start
        sts     frame
        lda     #'F             ; print F
-       jsr     0xa282          ; 
+       jsr     0xa282          ;
        ;; open kernel image file
        ldb     #'I             ; input mode
        jsr     open
        lbcs    abort
        lda     #'U             ; print "U"
        jsr     $a282
-       ;; Move to task one 
+       ;; Move to task one
        ldx     #$ffa0
        ldu     #$ffa8
        ldd     ,x++            ; copy mmu regs
@@ -108,7 +108,7 @@ a@  sta     ,x+
        .db     $7e             ; jump
 bounce_end
 
-       
+
 ;;; Gets next word from file
 ;;;    takes: nothing
 ;;;    returns: D = next word
@@ -118,7 +118,7 @@ getw
        jsr     $a176           ; A = low byte
        exg     a,b             ; flip D = next word
        rts
-       
+
 
 ;;; Sets load address
 ;;;   takes: D = Address
@@ -132,7 +132,7 @@ setload
        lsra
        lsra
        lsra                    ; A= blk no
-       sta     $ffaa           ; put in mmu 
+       sta     $ffaa           ; put in mmu
        puls    d
        anda    #$1f            ; D = offset
        addd    #$4000          ; mmu offset
@@ -160,7 +160,7 @@ abort
        lds     frame
        rts
 
-       
+
 ;;; Open a file
 ;;;   takes: B=ascii mode (I,O,D)
 ;;;   returns: C set on error
@@ -197,7 +197,7 @@ out@        clra                    ; clear C
 err@   coma                    ; set C
        puls    b,pc            ; return
 
-       
+
 
 ;;; Close file buffer
 close
@@ -209,4 +209,4 @@ close
 
 
 
-       end     start
\ No newline at end of file
+       end     start
index b860fd3..a39f285 100644 (file)
@@ -28,7 +28,7 @@
 #define swap_map(x)  ((uint8_t *)(x))
 
 /* The Drivewire block dev rawmode=1 doesn't work just now
-   with the bank16k.c memory layout (yet), so we have to 
+   with the bank16k.c memory layout (yet), so we have to
    use legacy binary loading... */
 #define CONFIG_LEGACY_EXEC