1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/libsrc
OzHawk 8bd2628d1e 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.
2016-05-11 19:24:16 +09:30
..
apple2 Made use of recently added Apple scrcode macro. 2016-03-27 18:27:53 +02:00
atari Adjusted constructors. 2016-03-16 16:28:32 +01:00
atari5200 Use .macpack to include macro package. 2016-03-27 18:29:45 +02:00
atmos Converted the Atmos configuration to the new constructor segment model. 2016-03-18 11:28:56 -04:00
c16 Moved things into ONCE. 2016-03-15 22:55:36 +01:00
c64 Cleaned up C64 linker configs. 2016-03-13 14:32:07 +01:00
c128 Adjusted constructors. 2016-03-16 16:28:32 +01:00
cbm Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
cbm510 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
cbm610 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
common Adjusted constructors. 2016-03-16 16:28:32 +01:00
conio Updated the fastcall information in a document and two Assembly files. 2015-07-22 13:31:14 -04:00
dbg Made _afailed() and uncompress() be fastcall functions. 2015-03-13 07:35:47 -04:00
em Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gamate Use AX paradigm for stack initalization. 2016-03-07 01:44:19 +01:00
geos-apple
geos-cbm Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
geos-common Adjusted constructors. 2016-03-16 16:28:32 +01:00
joystick added compiler/assembler target, lib compiles 2014-11-29 15:35:20 +01:00
lynx Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
mouse Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
nes Moved things into ONCE. 2016-03-15 22:55:36 +01:00
osic1p Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
pce Use AX paradigm for stack initalization. 2016-03-07 01:44:19 +01:00
pet Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
plus4 Moved things into ONCE. 2016-03-15 22:55:36 +01:00
runtime Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
serial Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sim6502 Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
supervision Don't presume the stack size to be a multiple of pages. 2016-03-10 10:07:09 +01:00
tgi Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
vic20 Update the missing entries in the kernel jump table for the Vic20 with the actual function addresses. 2016-05-11 19:24:16 +09:30
zlib Made _afailed() and uncompress() be fastcall functions. 2015-03-13 07:35:47 -04:00
Makefile initial import of the gamate stuff 2015-11-14 13:15:29 +01:00