1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 49cdfcf5b0 The BASIC stub does encode the start address with only 4 digits. Add a check
so the linker will not generate an invalid header for program files with
larger start addresses.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5074 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-07-08 08:58:41 +00:00
asminc Added (again) IRQ support for the Oric Atmos by Stefan Haubenthal. This time 2011-06-07 21:22:02 +00:00
doc Fixed a bad styled sentence. 2011-07-02 20:54:39 +00:00
include Removed __fastcall__ declarations for functions without parameters. 2011-07-07 20:19:35 +00:00
libsrc The BASIC stub does encode the start address with only 4 digits. Add a check 2011-07-08 08:58:41 +00:00
make Renamed grc -> grc65. 2010-11-18 22:09:36 +00:00
packages NES character mode TGI driver. By Stefan Haubenthal. 2011-06-21 20:34:18 +00:00
samples Cache aspect ratio like already done with resolution. 2011-05-01 21:38:04 +00:00
src The line counter got confused for lines with more than 256 chars. Removed the 2011-07-07 20:07:29 +00:00
testcode change my email addr from cpg@aladdin.de to chris@groessler.org 2011-02-26 22:15:24 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00