]> git.sur5r.net Git - cc65/blobdiff - asminc/pet.inc
Removed IRQ support from TGI drivers.
[cc65] / asminc / pet.inc
index a745a89c8b1693a4b1a065c4790f710627c457d1..43d52a5d5c406f26fcaa7c19741a12643d6e96bd 100644 (file)
@@ -26,11 +26,22 @@ SCR_LINELEN     := $D5          ; Screen line length
 CURS_Y          := $D8          ; Cursor row
 FNADR           := $DA          ; Pointer to file name
 
+; 80-Column CBMs
+KBDREPEAT80     := $E4
+KBDRPTRATE80    := $E5
+KBDRPTDELAY80   := $E6
+
 BASIC_BUF       := $200         ; Location of command-line
 BASIC_BUF_LEN   = 81            ; Maximum length of command-line
 
 KEY_BUF         := $26F         ; Keyboard buffer
 
+; 40-Column PETs/CBMs
+KBDRPTDELAY40   := $3E9
+KBDRPTRATE40    := $3EA
+KBDREPEAT40     := $3EE
+KBDREPEAT40B    := $3F8
+
 ;----------------------------------------------------------------------------
 ; PET ROM type detection
 
@@ -55,5 +66,3 @@ VIA_PRB         := $E840
 VIA_PRA         := $E841
 VIA_DDRB        := $E842
 VIA_DDRA        := $E843
-
-