]> git.sur5r.net Git - cc65/commit
Update the missing entries in the kernel jump table for the Vic20 with the actual...
authorOzHawk <OzHawk@users.noreply.github.com>
Wed, 11 May 2016 09:54:16 +0000 (19:24 +0930)
committerOzHawk <OzHawk@users.noreply.github.com>
Wed, 11 May 2016 09:54:16 +0000 (19:24 +0930)
commit8bd2628d1e1eeabe170304b564bf9ade9c2baf0b
treeeb18cc7be915ee7beb52131880bc4067b85077e5
parentb3d84d511c35da975c44cb767577717c0cd0a39b
Update the missing entries in the kernel jump table for the Vic20 with the actual function addresses.

The Vic20 does not have kernal table entries for the following functions.

;-----------------------------------------------------------------------------
; Functions which are not in the kernal jump table for VIC-20 but are for C64

CINT        := $E518
IOINIT      := $FDF9
RAMTAS      := $FD8D

All other kernal entries are the same as the C64, however, without this change, the startup code fails.

Without this change the vic20.lib builds incorrectly.
libsrc/vic20/kernal.s