]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/c128-swlink.s
poor man's _toascii routine, contributed by Fatih Aygun
[cc65] / libsrc / c128 / c128-swlink.s
index 3194cf02d86e9aa7a96c510c4fcfd5df519270c1..558d80db84c8d62dce9b4b834e8ddbcbc483feba 100644 (file)
@@ -47,6 +47,7 @@
         .word   PUT
         .word   STATUS
         .word   IOCTL
+       .word   IRQ
 
 ;----------------------------------------------------------------------------
 ; I/O definitions
@@ -56,7 +57,6 @@ ACIA_DATA       = ACIA+0        ; Data register
 ACIA_STATUS     = ACIA+1        ; Status register
 ACIA_CMD        = ACIA+2        ; Command register
 ACIA_CTRL       = ACIA+3        ; Control register
-ACIA_CLOCK      = ACIA+7        ; Turbo232 external baud-rate generator
 
 ;----------------------------------------------------------------------------
 ;
@@ -397,6 +397,12 @@ IOCTL:  lda     #<SER_ERR_INV_IOCTL     ; We don't support ioclts for now
         ldx     #>SER_ERR_INV_IOCTL
         rts
 
+;----------------------------------------------------------------------------
+; IRQ: Not used on the C128
+;
+
+IRQ     = $0000
+
 ;----------------------------------------------------------------------------
 ;
 ; NMI handler