]> git.sur5r.net Git - cc65/blobdiff - asminc/plus4.inc
Moved kernal entries to cbm_kernal.inc
[cc65] / asminc / plus4.inc
index 5ea4dcf88a2dcfc6453461ced8c0fc2c7ce1a960..774722e939a24f13939a8ac3a927838dfe52cfe7 100644 (file)
@@ -37,13 +37,6 @@ KBDREPEAT       := $540
 KBDREPEATRATE   := $541
 KBDREPEATDELAY  := $542
 
-; ---------------------------------------------------------------------------
-; Kernal routines
-
-; Direct entries
-CLRSCR          := $D88B
-KBDREAD         := $D8C1
-
 ; ---------------------------------------------------------------------------
 ; Vector and other locations
 
@@ -90,5 +83,3 @@ TED_RAMSEL      := $FF3F
 
 ENABLE_ROM      := TED_ROMSEL
 ENABLE_RAM      := TED_RAMSEL
-
-