]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/kernal.s
Changed the solution for the PLOT problem with old -02 kernals to that used
[cc65] / libsrc / c64 / kernal.s
index ac39779a370e6e0f95c299776e140115ca395781..22160c911865850d336f88f6fdb14062e9391902 100644 (file)
@@ -41,7 +41,6 @@
         .export         CLALL
         .export         UDTIM
         .export         SCREEN
-        .export         PLOT
         .export         IOBASE
 
 
@@ -85,6 +84,5 @@ GETIN         = $FFE4
 CLALL          = $FFE7
 UDTIM          = $FFEA
 SCREEN         = $FFED
-PLOT           = $FFF0
 IOBASE         = $FFF3