]> git.sur5r.net Git - cc65/commitdiff
Updated to use cbm_kernal.inc. Whitespace cleanups
authorOlli Savia <ops@iki.fi>
Sun, 25 Nov 2018 08:46:05 +0000 (10:46 +0200)
committerOliver Schmidt <ol.sc@web.de>
Mon, 26 Nov 2018 21:14:31 +0000 (22:14 +0100)
15 files changed:
libsrc/c128/cgetc.s
libsrc/c128/clrscr.s
libsrc/c128/cputc.s
libsrc/c128/mainargs.s
libsrc/c16/cgetc.s
libsrc/c16/clrscr.s
libsrc/c64/cgetc.s
libsrc/c64/clrscr.s
libsrc/c64/ser/c64-swlink.s
libsrc/c64/soft80_cgetc.s
libsrc/c64/soft80mono_cgetc.s
libsrc/plus4/cgetc.s
libsrc/plus4/clrscr.s
libsrc/vic20/cgetc.s
libsrc/vic20/clrscr.s

index bc9d8da7f22623cf2c8c14727091b8b0a6c41d1d..7cf7fcc3ed21adf5b9a133f34e05055b27d65b36 100644 (file)
@@ -10,6 +10,7 @@
 
         .import         cursor
 
+        .include        "cbm_kernal.inc"
         .include        "c128.inc"
 
 ;--------------------------------------------------------------------------
@@ -17,8 +18,8 @@
 _cgetc: lda     KEY_COUNT       ; Get number of characters
         bne     L2              ; Jump if there are already chars waiting
 
-; Switch on the cursor if needed. We MUST always switch the cursor on, 
-; before switching it off, because switching it off will restore the 
+; Switch on the cursor if needed. We MUST always switch the cursor on,
+; before switching it off, because switching it off will restore the
 ; character attribute remembered when it was switched on. So just switching
 ; it off will restore the wrong character attribute.
 
index 2213be0cd18c9bbd693251960bf7794eb90b9a9e..a3c519cb11bc1c33c8dde9c230efc68d0897f534 100644 (file)
@@ -6,9 +6,6 @@
 
         .export         _clrscr
 
-        .include        "c128.inc"
+        .include        "cbm_kernal.inc"
 
 _clrscr = CLRSCR
-
-
-
index 9d269a47e1169d16cecb800aa8f32741ae55ad33..66726084373ef1c18524adebabe6c5847a0adbe5 100644 (file)
@@ -9,8 +9,8 @@
         .export         _cputcxy, _cputc, cputdirect, putchar
         .export         newline, plot
         .import         gotoxy
-        .import         PLOT
 
+        .include        "cbm_kernal.inc"
         .include        "c128.inc"
 
 newline         = NEWLINE
@@ -85,4 +85,3 @@ plot:   ldy     CURS_X
 ; position in Y
 
 putchar = $CC2F
-
index f53ceafa083875bfc03030afde4852bd20bd0e7a..dcf5900241a886cd5c9097ca939557435c2ab5fb 100644 (file)
@@ -25,6 +25,7 @@
         .constructor    initmainargs, 24
         .import         __argc, __argv
 
+        .include        "cbm_kernal.inc"
         .include        "c128.inc"
 
 
index a61373ac709b8997f85033c9b27eba313bcee2df..52d985caffb9df4860c67951b549571dd9e4364a 100644 (file)
@@ -7,6 +7,7 @@
         .export         _cgetc
         .import         cursor
 
+        .include        "cbm_kernal.inc"
         .include        "plus4.inc"
 
 
index 56fe0c62c39dc4f781416b95c2fe1bb64474e813..a3c519cb11bc1c33c8dde9c230efc68d0897f534 100644 (file)
@@ -6,10 +6,6 @@
 
         .export         _clrscr
 
-        .include        "plus4.inc"
+        .include        "cbm_kernal.inc"
 
 _clrscr = CLRSCR
-
-
-
-
index 042f99fd32f41c26806593fd7ade5ed0f5ed0ad6..58008990b39d44297e44003a5fe73c16c1c64409 100644 (file)
@@ -7,6 +7,7 @@
         .export         _cgetc
         .import         cursor
 
+        .include        "cbm_kernal.inc"
         .include        "c64.inc"
 
 _cgetc: lda     KEY_COUNT       ; Get number of characters
index 3968288477a18985ac348f8d00a848d86cafa938..a3c519cb11bc1c33c8dde9c230efc68d0897f534 100644 (file)
@@ -6,9 +6,6 @@
 
         .export         _clrscr
 
-        .include        "c64.inc"
+        .include        "cbm_kernal.inc"
 
 _clrscr = CLRSCR
-
-
-
index 813067239842078abe98d9a534608a8213e621ed..87b8e2f09a13d6704c324818ff09958197ea05fe 100644 (file)
@@ -24,6 +24,7 @@
         .include        "zeropage.inc"
         .include        "ser-kernel.inc"
         .include        "ser-error.inc"
+        .include        "cbm_kernal.inc"
         .include        "c64.inc"
 
         .macpack        module
 
 ; Jump table
 
-        .word   INSTALL
-        .word   UNINSTALL
-        .word   OPEN
-        .word   CLOSE
-        .word   GET
-        .word   PUT
-        .word   STATUS
-        .word   IOCTL
-        .word   IRQ
+        .word   SWL_INSTALL
+        .word   SWL_UNINSTALL
+        .word   SWL_OPEN
+        .word   SWL_CLOSE
+        .word   SWL_GET
+        .word   SWL_PUT
+        .word   SWL_STATUS
+        .word   SWL_IOCTL
+        .word   SWL_IRQ
 
 ;----------------------------------------------------------------------------
 ; I/O definitions
@@ -136,11 +137,11 @@ ParityTable:
 .code
 
 ;----------------------------------------------------------------------------
-; INSTALL routine. Is called after the driver is loaded into memory. If
+; SWL_INSTALL routine. Is called after the driver is loaded into memory. If
 ; possible, check if the hardware is present.
 ; Must return an SER_ERR_xx code in a/x.
 
-INSTALL:
+SWL_INSTALL:
 
 ; Deactivate DTR and disable 6551 interrupts
 
@@ -165,10 +166,10 @@ SetNMI: sta     NMIVec
         rts
 
 ;----------------------------------------------------------------------------
-; UNINSTALL routine. Is called before the driver is removed from memory.
+; SWL_UNINSTALL routine. Is called before the driver is removed from memory.
 ; Must return an SER_ERR_xx code in a/x.
 
-UNINSTALL:
+SWL_UNINSTALL:
 
 ; Stop interrupts, drop DTR
 
@@ -185,7 +186,7 @@ UNINSTALL:
 ; PARAMS routine. A pointer to a ser_params structure is passed in ptr1.
 ; Must return an SER_ERR_xx code in a/x.
 
-OPEN:
+SWL_OPEN:
 
 ; Check if the handshake setting is valid
 
@@ -256,11 +257,11 @@ InvBaud:
         rts
 
 ;----------------------------------------------------------------------------
-; CLOSE: Close the port, disable interrupts and flush the buffer. Called
+; SWL_CLOSE: Close the port, disable interrupts and flush the buffer. Called
 ; without parameters. Must return an error code in a/x.
 ;
 
-CLOSE:
+SWL_CLOSE:
 
 ; Stop interrupts, drop DTR
 
@@ -278,12 +279,13 @@ CLOSE:
         rts
 
 ;----------------------------------------------------------------------------
-; GET: Will fetch a character from the receive buffer and store it into the
+; SWL_GET: Will fetch a character from the receive buffer and store it into the
 ; variable pointer to by ptr1. If no data is available, SER_ERR_NO_DATA is
 ; return.
 ;
 
-GET:    ldx     SendFreeCnt             ; Send data if necessary
+SWL_GET:
+        ldx     SendFreeCnt             ; Send data if necessary
         inx                             ; X == $FF?
         beq     @L1
         lda     #$00
@@ -322,11 +324,11 @@ GET:    ldx     SendFreeCnt             ; Send data if necessary
         rts
 
 ;----------------------------------------------------------------------------
-; PUT: Output character in A.
+; SWL_PUT: Output character in A.
 ; Must return an error code in a/x.
 ;
 
-PUT:
+SWL_PUT:
 
 ; Try to send
 
@@ -356,31 +358,33 @@ PUT:
         rts
 
 ;----------------------------------------------------------------------------
-; STATUS: Return the status in the variable pointed to by ptr1.
+; SWL_STATUS: Return the status in the variable pointed to by ptr1.
 ; Must return an error code in a/x.
 ;
 
-STATUS: lda     ACIA_STATUS
+SWL_STATUS:
+        lda     ACIA_STATUS
         ldx     #0
         sta     (ptr1,x)
         txa                             ; SER_ERR_OK
         rts
 
 ;----------------------------------------------------------------------------
-; IOCTL: Driver defined entry point. The wrapper will pass a pointer to ioctl
+; SWL_IOCTL: Driver defined entry point. The wrapper will pass a pointer to ioctl
 ; specific data in ptr1, and the ioctl code in A.
 ; Must return an error code in a/x.
 ;
 
-IOCTL:  lda     #<SER_ERR_INV_IOCTL     ; We don't support ioclts for now
+SWL_IOCTL:
+        lda     #<SER_ERR_INV_IOCTL     ; We don't support ioclts for now
         ldx     #>SER_ERR_INV_IOCTL
-       rts
+        rts
 
 ;----------------------------------------------------------------------------
-; IRQ: Not used on the C64
+; SWL_IRQ: Not used on the C64
 ;
 
-IRQ     = $0000
+SWL_IRQ         = $0000
 
 ;----------------------------------------------------------------------------
 ;
@@ -476,4 +480,3 @@ InitBuffers:
         stx     RecvFreeCnt
         stx     SendFreeCnt
         rts
-
index ae0e2385718e33462943af4dd40c13b57caa81bb..05e9e5b47fc4c316633958fae0856c3f5d6a6793 100644 (file)
@@ -11,6 +11,7 @@
         .import         cursor
         .importzp       tmp1
 
+        .include        "cbm_kernal.inc"
         .include        "c64.inc"
         .include        "soft80.inc"
 
index d99dc77756042d9d1e848ec720396c48822c3eb5..8d8dc940db12ae767b931e0bf2d5506ff38d2513 100644 (file)
@@ -12,6 +12,7 @@
         .import         cursor
         .importzp       tmp1
 
+        .include        "cbm_kernal.inc"
         .include        "c64.inc"
         .include        "soft80.inc"
 
index fcbc66064542557b33d72b94659ba13553385745..62863c06e4b9b04a45eb3ba88f47762981cc84f9 100644 (file)
@@ -7,6 +7,7 @@
         .export         _cgetc
         .import         cursor
 
+        .include        "cbm_kernal.inc"
         .include        "plus4.inc"
 
 ; --------------------------------------------------------------------------
index 720a5e6e4a4e308fef17a40f50bb969d2cfe241b..a6701625536bfefa7c30b89ff17336acf52ec00c 100644 (file)
@@ -6,6 +6,7 @@
 
         .export         _clrscr
 
+        .include        "cbm_kernal.inc"
         .include        "plus4.inc"
 
 .segment        "LOWCODE"               ; Must go into low memory
@@ -16,9 +17,3 @@
         sta     ENABLE_RAM              ; Switch back to RAM
         rts                             ; Return to caller
 .endproc
-
-
-
-
-
-
index d5af9a9f602637bea22cb98993dab47f64f1e743..1a5c8d5a26cf68782f6ccb6076370a2b0ee97033 100644 (file)
@@ -7,6 +7,7 @@
         .export         _cgetc
         .import         cursor
 
+        .include        "cbm_kernal.inc"
         .include        "vic20.inc"
 
 _cgetc: lda     KEY_COUNT       ; Get number of characters
index 8d4994eacc1b976d5d810003c13dc823630d4665..a3c519cb11bc1c33c8dde9c230efc68d0897f534 100644 (file)
@@ -6,9 +6,6 @@
 
         .export         _clrscr
 
-        .include        "vic20.inc"
+        .include        "cbm_kernal.inc"
 
 _clrscr = CLRSCR
-
-
-