]> git.sur5r.net Git - cc65/blobdiff - libsrc/pet/kernal.s
Use common include file cbm_kernal.inc
[cc65] / libsrc / pet / kernal.s
index 1a9dd6f67a7c26b05ab76a96bb06a93e1de3714d..ba66c4653c4d816e6abc7868458442a507e55623 100644 (file)
@@ -4,25 +4,11 @@
 ; PET kernal functions
 ;
 
+        .include "cbm_kernal.inc"
+
         .export         CLRCH
         .export         BASIN
         .export         STOP
         .export         GETIN
         .export         CLALL
         .export         UDTIM
-
-
-
-
-
-
-;-----------------------------------------------------------------------------
-; Functions that are available in the kernal jump table
-
-CLRCH           = $FFCC
-BASIN           = $FFCF
-STOP            = $FFE1
-GETIN           = $FFE4
-CLALL           = $FFE7
-UDTIM           = $FFEA
-