]> git.sur5r.net Git - cc65/commitdiff
Update kernal.s 289/head
authorOzHawk <OzHawk@users.noreply.github.com>
Sun, 15 May 2016 23:11:13 +0000 (08:41 +0930)
committerOzHawk <OzHawk@users.noreply.github.com>
Sun, 15 May 2016 23:11:13 +0000 (08:41 +0930)
libsrc/vic20/kernal.s

index d9e7a9d03f774ee8b6ada93280cd0f9e5b902355..040dbf5e51df086adf38c805c3f6d4f38e4f9e36 100644 (file)
@@ -47,9 +47,9 @@
 ;-----------------------------------------------------------------------------
 ; All functions are available in the kernal jump table
 
-CINT            = $E518         ; No entries are in the kernal jump table for these functions.
-IOINIT          = $FDF9         ; The entries point directly to the function.
-RAMTAS          = $FD8D         ;
+CINT            = $E518         ; No entries are in the kernal jump table of the Vic20 for these three (3) functions.
+IOINIT          = $FDF9         ; The entries for these functions have been set to point directly to the functions 
+RAMTAS          = $FD8D         ; in the kernal to maintain compatibility with the other Commodore platforms.
 RESTOR          = $FF8A
 VECTOR          = $FF8D
 SETMSG          = $FF90