1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/lynx
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
..
joy 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
bllhdr.s
bootldr.s
cgetc.s
clock.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
ctype.s Added ctype.s to make the isxxx() functions work 2004-10-08 18:53:47 +00:00
defdir.s
eeprom46.s
eeprom66.s
eeprom86.s
eeprom.s
exec.s
exehdr.s
extzp.inc
extzp.s
irq.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
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
load.s
lseek.s
lynx-cart.s
lynx-snd.s Add lynx_snd_stop_channel 2013-01-28 19:42:02 +00:00
mainargs.s
open.s
oserror.s
read.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
toascii.s Added an implementation of toascii() for the Lynx, contributed by Karri 2010-12-19 11:49:58 +00:00
uploader.s New uploader that can be hiding in top of memory waiting for a BLL-kind of 2011-04-06 19:54:55 +00:00