]> git.sur5r.net Git - cc65/blobdiff - asminc/telestrat.inc
Fixed gcc compiler warning (#867)
[cc65] / asminc / telestrat.inc
index c4dc509a31f50ab1b017076c80220798d9b055e6..f2eb42ff473d521ee5b04fb66255c110270b0baa 100644 (file)
@@ -54,7 +54,7 @@ IRQSVY          := $23           ; Used to save Y when a BRK call occurs
 IRQSVP          := $24           ; Used to save P when a BRK call occurs
 
 ADSCR           := $26
-SCRNB           := $28           ; id of the current window
+SCRNB           := $28           ; Id of the current window
 
 ADKBD           := $2A           ; Address ASCII conversion table
 
@@ -74,7 +74,7 @@ XLPRBI          := $48           ; Printer flag (b7)
 HRSX40          := $49
 HRSX6           := $4A
 
-ADHRS           := $4B           ; hires screen address (word)
+ADHRS           := $4B           ; Hires screen address (word)
 
 HRS1            := $4D
 HRS2            := $4F
@@ -315,10 +315,10 @@ TIMEM            := $212
 TIMEH            := $213
 FLGCLK           := $214
 FLGCLK_FLAG      := $215 
-FLGCUR           := $216        ; cursor management flag
+FLGCUR           := $216        ; Cursor management flag
 ; screens position managements
 
-FLGCUR_STATE     := $217        ; cursor state flag
+FLGCUR_STATE     := $217        ; Cursor state flag
 
 ADSCRL           := $218
 ADSCRH           := $21C
@@ -468,62 +468,9 @@ XPBUF1           := $FFA4
 XPMAP            := $FFA7
 XRWTS            := $FFAA
 
-; ---------------------------------------------------------------------------
-; Stratsed vectors
-; Stratsed is the main OS for Telestrat 
-XMERGE           := $FF0E
-XFST             := $FF11
-XSPUT            := $FF14
-XSTAKE           := $FF17
-XTAKE            := $FF20
-XOPENS           := $FF1A       ; XOPEN from Stratsed
-XCLOSES          := $FF1D       ; XCLOSE from Stratsed
-XPUT             := $FF23
-XREWIN           := $FF29
-XJUMP            := $FF2C
-XLGBUF           := $FF2F
-XERVEC           := $FF32
-XESAVE           := $FF35
-XCOPY            := $FF38
-XDNAME           := $FF3B
-XSTATU           := $FF3E
-XUPDAT           := $FF41
-XFORMA           := $FF44
-XDELBK           := $FF4A
-XDELN            := $FF4D
-XPROT            := $FF50
-XUNPRO           := $FF53
-XDIRN            := $FF56
-XBKP             := $FF59
-XINITI           := $FF5C
-XERREU           := $FF5F
-XLOAD            := $FF62
-XDEFSA           := $FF65
-XDEFLO           := $FF68
-XSAVE            := $FF6B
-XNOMDE           := $FF6E
-XCREAY           := $FF71
-XDETSE           := $FF74
-XLIBSE           := $FF77
-XTRVCA           := $FF7A
-XTRVNM           := $FF7D
-XTRVNX           := $FF80
-XBUCA            := $FF86
-XVBUF1           := $FF89
-XSVSEC           := $FF8C
-XSAY             := $FF8F
-XSBUF1           := $FF92
-XSBUF2           := $FF95
-XSBUF3           := $FF98
-XSCAT            := $FF9B
-XPRSEC           := $FFA1
-XPBUF1           := $FFA4
-XPMAP            := $FFA7
-XRWTS            := $FFAA
-
 ; ---------------------------------------------------------------------------
 ; MACRO 
 
 .macro  BRK_TELEMON   value
-       .byte $00,value
+        .byte $00,value
 .endmacro