]> git.sur5r.net Git - cc65/history - src/ld65/cfg
Removed unneeded include files.
[cc65] / src / ld65 / cfg /
2012-01-03 ol.scMinimal beautification.
2012-01-03 ol.scIntroduced __BACKBUFSIZE__ which can be set to zero...
2012-01-02 ol.scRenamed apple-geos.cfg to geos-apple.cfg and added...
2012-01-02 ol.scRenamed geos.cfg to geos-cbm.cfg.
2011-12-27 ol.scFirst steps towards supporting Apple GEOS.
2011-12-26 ol.scRedesigned GEOS VLIR linking:
2011-04-25 uzReverted the change by Stefan Haubenthal - order of...
2011-04-16 uzFix tape header output. Add version info in the header...
2011-04-06 uzNew uploader that can be hiding in top of memory waitin...
2011-03-21 uzLynx boot stuff split up into several files. Changes...
2011-03-17 uzImproved and much smaller bootloader by Karri Kaksonen.
2011-01-26 uzAllow different output formats using additional linker...
2011-01-04 uzMore changes by Karri Kaksonen.
2010-12-29 uzLynx update including file routines that access a file...
2010-12-22 uzLatest versions of startup code and config by Karri...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-16 uzFixed a problem with the last change in crt0.s: The...
2010-11-16 uzFixed wrong size of HEADER area. The invalid size had...
2010-11-14 uzLimit RAM area to $CFFF instead of $FFFF.
2010-11-14 uzAdded the first implementation of a linker config suite...
2010-11-14 uzModified the builtin c64 config to force inclusion...
2010-11-13 uzForce inclusion of the load address.
2010-11-13 uzFor modules, the ZP memory area must be written to...
2010-11-12 uzAdd an additional file = "" to memory areas that contai...
2010-11-12 uzReworked and improved the SYMBOLS section. The old...
2010-10-02 ol.scExclude (small) stack from RAM memory area (like on...
2010-03-23 uzFixed the size of the RAM segment for the CBM610. The...
2010-03-21 uzFor the CBM 510, the stack is not part of RAM. And...
2010-03-21 ol.sc- No more HEAP segment
2010-03-20 uzChanged the size of available RAM so that the last...
2010-01-17 ol.scDefine HEADER memory area for the EXEHDR segment for...
2009-12-09 uz* Moved the BASIC stub that calls the compiled program...
2009-12-08 uzAn assignment for the ZPSAVE segment was missing in...
2009-10-01 ol.scMade stacksize user-adjustable on the cmdline. V2.13.0rc2
2009-10-01 uzLynx updates by Karri Kaksonen.
2009-09-26 uzSeparate the linker config for the apple2enh target...
2009-09-24 uzFixed the config for the CBM510. Because of changes...
2009-09-22 uzNew linker config for the VIC-20 with 32K cartridge...
2009-09-20 uzOliver added a comment to the Apple2 linker config.
2009-09-19 uzAdditional linker configs for the Apple by Oliver Schmidt.
2009-09-18 uzRenamed some additional (not builtin) linker configs.
2009-09-18 uzRemoved the (unused and probably non-working) config...
2009-08-04 cpgintroduce STARTUP segment to Atari platform
2008-07-15 cuzMove zpsave into its own segment to decrease the execut...
2008-07-04 cpgadd "define=yes" for ZPSAVE segment, since it's needed...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2005-09-14 cuzUse the new linker features in apple2.cfg. This makes...
2005-08-29 cpgadd "define=yes" for CODE segment
2005-08-07 cpgadd __RESERVED_MEMORY__
2005-07-29 cpgadd TRAILER; calculate RAM size depending on start...
2005-07-24 cpgset RAM start address to %S; add STARTADDRESS
2005-07-22 cpgadd EXTZP segment
2005-04-21 cuzInterruptor support for all systems.
2005-03-31 cpgadd "define = yes" to LOWCODE, remove it from INIT...
2005-03-30 cuzMinor changes requested by Oliver Schmidt
2005-03-24 cuzAdded the INIT segment
2005-02-26 cuzMove the constructor tables into the INIT segment
2005-02-25 cuzAdded the new INIT segment to all configs and adjusted...
2005-01-08 cuzReplace obsolete "wprot" segment type by "ro".
2005-01-06 cuzNew segment APPZP
2004-10-26 cuzinterruptor is now supported by the runtime
2004-10-08 cuzAdded the builtin config for the lynx game console
2004-09-20 cuzRenamed __IRQFUNC_xxx -> __INTERRUPTOR_xxx
2004-08-04 cpgfix comment
2004-05-31 cuzLoad programs at 13:5900 instead of 00
2004-03-23 cuzAdded an interrupt facility similar to that on the...
2003-12-30 cuzImproved PET-II support
2003-12-20 cuzConfig changes for improved 610 support
2003-11-12 cuzSpecial config for use with the TGI driver added
2003-10-28 cuzAdded additional config files for supervision. These...
2003-10-23 cpgchanges from Stefan A. Haubenthal
2003-10-10 cuzNew target: supervision
2003-05-22 cuzAdd the new OPTIONAL attribute to the LOWCODE segment.
2003-05-02 cuzAdded a new NES config from groepaz
2003-04-13 cuzAssume text mode, no need to free memory for graphics
2003-04-09 cuzNew atmos config from Debrune Jerome
2003-02-16 cuzAdded a new extended (and machine specific) zeropage...
2003-01-05 cuzType of LOWCODE was wrong. Cleanup.
2002-12-31 izydorstnew GEOSZP segment for library use, added GEOS tgi...
2002-12-23 izydorstsupport for .zeropage segment in GEOS
2002-12-13 cuzFixed a typo
2002-12-13 cuzNew Lunix config file from Greg King
2002-11-23 cuzAdd STARTUP and LOWCODE segments
2002-11-22 cuzAdded LOWCODE and STARTUP segments
2002-11-22 cuzNew upper memory limit
2002-11-22 cuzComment was wrong
2002-11-22 cuzAdded interrupt handler table
2002-11-22 cuzCosmetic changes
2002-11-22 izydorstadded LOWCODE and STARTUP segments
2002-11-22 cuzAdd STARTUP and LOWCODE segments
2002-11-21 cuzNew target c16
2002-11-21 cuzRenamed NMI segment to LOWCODE
2002-11-20 cuzMoved the zero page locations for the PET machines
2002-08-11 cuzPrepare VIC20 startup for different start addresses
2002-08-07 cuzAdded VIC20 port changes from Steve Schmidtke
2002-07-05 cuzRevoked last change
next