1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00
cc65/libsrc
2012-01-31 20:49:58 +00:00
..
apple2 Moving the quit-hook towards the end of page 3 as far as possible slightly increases the compatibility with BIN programs making use of page 3 themselves. 2012-01-02 11:09:25 +00:00
apple2enh Removed tgi_load() and all corresponding infrastructure. The idea behind tgi_load() was to be able to describe a TGI mode in a target-neutral way by resolution and colordepth. However it turned out that there arn't any cc65 targets sharing any resolution. As a result the only working target-independent approach for a TGI program is to call tgi_loaddriver(tgi_stddrv); and then look up the resolution provided - and to adapt to that resolution. 2011-05-02 10:38:48 +00:00
atari small comment change 2012-01-26 12:25:20 +00:00
atmos Added a new flags byte to the TGI headers. Bumped the API version. 2011-07-17 11:23:27 +00:00
c16 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
c64 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
c128 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
cbm Code optimization contributed by Kajtar Zsolt, soci@c64.rulez.org 2012-01-01 20:03:33 +00:00
cbm510 An export has been missing for BRKVec (Stefan Haubenthal). 2012-01-06 15:53:07 +00:00
cbm610 Fixed order of options in call to ld65, which became important after the 2010-11-09 21:33:14 +00:00
common Added docs to set_irq / reset_irq. 2012-01-21 12:28:23 +00:00
conio Added --forget-inc-paths to the assembler command line to avoid problems if 2009-12-18 11:58:50 +00:00
dbg Added --forget-inc-paths to the assembler command line to avoid problems if 2009-12-18 11:58:50 +00:00
em Added --forget-inc-paths to the assembler command line to avoid problems if 2009-12-18 11:58:50 +00:00
geos-cbm Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
geos-common The "Hitchhiker's Guide To GEOS" is the only publicly available document containing the addresses of GEOS symbols for Apple GEOS. 2012-01-14 11:09:40 +00:00
joystick Added --forget-inc-paths to the assembler command line to avoid problems if 2009-12-18 11:58:50 +00:00
lynx Fixed range errors when negative numbers where used as bytes. This wasn't 2011-08-15 15:23:31 +00:00
mouse OOPS! Forgot to add the mouse_getbox and mouse_setbox modules to subversion. 2009-09-26 15:19:14 +00:00
nes NES TGI Update by Stefan Haubenthal. 2012-01-01 12:14:17 +00:00
pet Changed the startup module and the linker config for the Commodore PET to use 2010-11-17 13:27:43 +00:00
plus4 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
runtime Added new 8x16 unsigned multiplication routine. 2011-07-10 14:51:03 +00:00
serial Added --forget-inc-paths to the assembler command line to avoid problems if 2009-12-18 11:58:50 +00:00
supervision Exclude (small) stack from RAM memory area (like on most other targets) to make explicit that the linker may not use all RAM. If the cc65 parameter stack isn't used at all the __STACKSIZE__ symbol may be overridden on the linker command line with -D __STACKSIZE__=0. 2010-10-02 10:20:00 +00:00
tgi New tgi_settextdir() function. 2011-08-01 21:00:51 +00:00
vic20 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
zlib Added --forget-inc-paths to the assembler command line to avoid problems if 2009-12-18 11:58:50 +00:00
Makefile The cc65 library build system is designed to call sub-makes in direct sub-directories of 'libsrc' only (meaning that sub-sub-directories are not supported). The GEOSLib source files however are organized in sub-directories of the 'libsrc/geos-cbm'. This mismatch was up to now handled by replicating the cc65 library build system functionality to allow for individal sub-makes in each 'libsrc/geos-cbm' sub-directory. This is unnecessarily hard understand and causes additional maintainance effort. 2012-01-30 21:19:09 +00:00