1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00
cc65/libsrc/c128
Oliver Schmidt 008b4c4e1d 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:10:48 +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
c64mode.s
cgetc.s
clrscr.s
color.s
conio.s
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
dbgbreak.s_ Marked files to be excluded from build. 2013-05-01 14:00:01 +02:00
devnum.s
fast.s
get_tv.s
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 Introduced static standard drivers. 2012-11-01 19:53:47 +00:00
joy_stddrv.s
kbhit.s
kernal.s
mainargs.s
mcbdefault.s
mouse_stat_stddrv.s Introduced static standard drivers. 2012-11-01 19:53:47 +00:00
mouse_stddrv.s
randomize.s
revers.s
slow.s
status.s
systime.s
sysuname.s
tgi_colors.s
tgi_stat_stddrv.s Introduced static standard drivers. 2012-11-01 19:53:47 +00:00
tgi_stddrv.s
toggle_videomode.s
videomode.s