Update kernal.s
This commit is contained in:
parent
8bd2628d1e
commit
1369bed881
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue