mirror of
https://github.com/cc65/cc65.git
synced 2025-01-25 11:30:06 +00:00
Merge pull request #289 from OzHawk/patch-1
Update the missing entries in the kernel jump table for the Vic20 wit…
This commit is contained in:
commit
b0e929420b
@ -47,9 +47,9 @@
|
|||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
; All functions are available in the kernal jump table
|
; All functions are available in the kernal jump table
|
||||||
|
|
||||||
CINT = $FF81
|
CINT = $E518 ; No entries are in the kernal jump table of the Vic20 for these three (3) functions.
|
||||||
IOINIT = $FF84
|
IOINIT = $FDF9 ; The entries for these functions have been set to point directly to the functions
|
||||||
RAMTAS = $FF87
|
RAMTAS = $FD8D ; in the kernal to maintain compatibility with the other Commodore platforms.
|
||||||
RESTOR = $FF8A
|
RESTOR = $FF8A
|
||||||
VECTOR = $FF8D
|
VECTOR = $FF8D
|
||||||
SETMSG = $FF90
|
SETMSG = $FF90
|
||||||
|
Loading…
x
Reference in New Issue
Block a user