1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
ol.sc 6411cc66c1 Defining C constants here doesn't seem to make sense as they are defined already in individual assembler files based on official jumptable entries.
As the disk driver jumptable entries don't seem to be published otherwise I didn't delete the definitions but moved the '_' to the end marking them as "secondary" to the ones in the main jumptable.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5506 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-02-09 07:57:49 +00:00
asminc Declaration of tgi_settextdir() added. 2011-07-31 22:17:21 +00:00
doc Renamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFreezeProcess' to 'UnfreezeProcess' to matchall 3rd party docs. 2012-02-09 07:37:08 +00:00
include Renamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFreezeProcess' to 'UnfreezeProcess' to matchall 3rd party docs. 2012-02-09 07:37:08 +00:00
libsrc Defining C constants here doesn't seem to make sense as they are defined already in individual assembler files based on official jumptable entries. 2012-02-09 07:57:49 +00:00
make Fix missing semicolons. By Alex <xenogenesi@virgilio.it>. 2012-01-26 19:30:54 +00:00
packages Add missing Debian build-dependancy on "texinfo". 2012-01-18 21:34:33 +00:00
samples Added a sample demonstrating how to create a VLIR overlay program. 2012-01-03 21:55:34 +00:00
src Fixed a problem with debug symbol ids. Invalid ids were written to the file 2012-01-31 20:44:27 +00:00
targetutil Added a makefile to build the utility. 2012-01-24 20:41:57 +00:00
testcode Adjusted resource file to recent syntax changes. 2012-01-04 15:24:18 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00