1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +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 Allow different output formats using additional linker configs. Contributed by 2011-01-26 22:14:42 +00:00
bootldr.s Change address of sec loader 2012-09-15 12:57:37 +00:00
cgetc.s Updated version by Karri Kaksonen. 2007-02-09 08:24:03 +00:00
clock.s Added an implementation of clock() for the Lynx console. By Greg King. 2012-02-06 20:17:54 +00:00
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 Lynx boot stuff split up into several files. Changes by Karri Kaksonen. 2011-03-21 17:49:03 +00:00
eeprom46.s Access routines for different eeprom types. By Karri Kaksonen. 2011-04-25 18:42:50 +00:00
eeprom66.s Access routines for different eeprom types. By Karri Kaksonen. 2011-04-25 18:42:50 +00:00
eeprom86.s Access routines for different eeprom types. By Karri Kaksonen. 2011-04-25 18:42:50 +00:00
eeprom.s New module eeprom.s 2004-10-14 17:29:22 +00:00
exec.s Lynx update including file routines that access a file system on a cartridge 2010-12-29 10:37:57 +00:00
exehdr.s Lynx boot stuff split up into several files. Changes by Karri Kaksonen. 2011-03-21 17:49:03 +00:00
extzp.inc New code from Karri 2004-11-29 16:03:00 +00:00
extzp.s New code from Karri 2004-11-29 16:03:00 +00:00
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 Added missing standard driver definitions. 2012-11-01 15:58:27 +00:00
kbhit.s Squeezed bytes and cycles out of the kbhit functions for almost all platforms. 2009-11-24 18:31:16 +00:00
load.s Lynx update including file routines that access a file system on a cartridge 2010-12-29 10:37:57 +00:00
lseek.s Bug fixes by Karri Kaksonen. 2010-12-30 19:05:33 +00:00
lynx-cart.s Bugfix by Karri Kaksonen. 2011-01-29 17:53:58 +00:00
lynx-snd.s Add lynx_snd_stop_channel 2013-01-28 19:42:02 +00:00
mainargs.s Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
open.s Shring the bootloader by 20 bytes and remove restrictions on file size 2012-09-11 13:01:39 +00:00
oserror.s Lynx update including file routines that access a file system on a cartridge 2010-12-29 10:37:57 +00:00
read.s Shring the bootloader by 20 bytes and remove restrictions on file size 2012-09-11 13:01:39 +00:00
sysuname.s Move startup code to STARTUP segment. 2004-10-08 18:52:22 +00:00
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 Added missing standard driver definitions. 2012-11-01 15:58:27 +00:00
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