1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/libsrc/c64
Oliver Schmidt 81e467cdc2 Replaced whole bunch for Makefiles with a single generic Makefile.
- No complex shell logic.
- "Source file shadowing" for all targets via vpath.
- Dependency handling.
- True incremental build.
- Don't write into source directories.
- Easy cleanup by just removing 'wrk'.
2013-05-04 22:15:30 +02:00
..
emd Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
joy Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
mou Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
ser Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
tgi Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
_scrsize.s
break.s Fixed an error in the reset_brk() routine of all target machines (all the code 2001-09-13 15:29:13 +00:00
cgetc.s
clrscr.s
color.s
conio.s Removed initialization code to set the screen size and replaced it by a 2000-11-23 19:05:32 +00:00
cputc.s
crt0.s Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors. 2013-02-12 22:39:38 +00:00
devnum.s
get_ostype.s Marco van den Heuvel contributed code to detect a C64 DTV. 2010-02-01 18:04:14 +00:00
get_tv.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
irq.s Save some bytes by sharing the code doing the actual vector setting. Note: Jumping from segemnt INIT to segment CODE is okay while the other way wouldn't be. 2013-02-14 16:48:05 +00:00
joy_stat_stddrv.s Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
joy_stddrv.s
kbhit.s
kernal.s
kplot.s
mainargs.s
mcbdefault.s
mouse_stat_stddrv.s Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
mouse_stddrv.s
randomize.s Renamed randomize to _randomize 2002-11-05 20:17:38 +00:00
revers.s
status.s Turned the 'ST' status byte into a symbol resolved by the linker in order to allow to use it from code living in the 'cbm' directory. 2012-09-30 18:20:15 +00:00
systime.s
sysuname.s
tgi_colors.s Target-specific black & white values for use by the target-shared TGI kernel 2011-04-25 17:11:23 +00:00
tgi_stat_stddrv.s Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
tgi_stddrv.s 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