1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00
cc65/libsrc/apple2
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
extra
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
cclear.s
cgetc.s
chline.s
close.s
closedir.c Adjusted include directive for local header. 2013-05-01 21:53:30 +02:00
clrscr.s
color.s
cout.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
ctype.s
curdevice.s Introduced getcurrentdevice() and implemented it for CBM and Apple. 2012-10-21 14:35:17 +00:00
cvline.s
devicedir.s I wasn't aware that the unit numbers in the ProDOS device list contain device type identifiers in the low nibble. So if we can't use the device list entries as-is we can as well present the high nibble as low nibble to the user thus providing more meaningful device numbers. 2012-10-15 21:59:51 +00:00
dioclose.s
diocommon.s
dioopen.s I wasn't aware that the unit numbers in the ProDOS device list contain device type identifiers in the low nibble. So if we can't use the device list entries as-is we can as well present the high nibble as low nibble to the user thus providing more meaningful device numbers. 2012-10-15 21:59:51 +00:00
dioread.s
diosectcount.s
diosectsize.s
diowrite.s
dir.h
dosdetect.s
exec.s
exehdr.s
filedes.inc
filedes.s
filename.s
get_ostype.s
getdevice.s I wasn't aware that the unit numbers in the ProDOS device list contain device type identifiers in the low nibble. So if we can't use the device list entries as-is we can as well present the high nibble as low nibble to the user thus providing more meaningful device numbers. 2012-10-15 21:59:51 +00:00
gotoxy.s
gotoy.s
home.s
initcwd.s
iobuf.s
irq.s Removed unnecessary include. 2013-02-14 16:16:57 +00:00
isdevice.s I wasn't aware that the unit numbers in the ProDOS device list contain device type identifiers in the low nibble. So if we can't use the device list entries as-is we can as well present the high nibble as low nibble to the user thus providing more meaningful device numbers. 2012-10-15 21:59:51 +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
mainargs.s
mcbdefault.s
mli.inc
mli.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
open.s
opendir.c Adjusted include directive for local header. 2013-05-01 21:53:30 +02:00
oserrlist.s
oserror.s
randomize.s
rdkey.s
read.s Clear __oserror on success. 2010-06-15 21:44:18 +00:00
readdir.c Adjusted include directive for local header. 2013-05-01 21:53:30 +02:00
reboot.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
revers.s
rewinddir.c Adjusted include directive for local header. 2013-05-01 21:53:30 +02:00
rwcommon.s
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s
sysrmdir.s
systime.s
sysuname.s
textframe.s Exclude apple2enh-only functionality from apple2 biuld on source code level. 2013-05-01 22:02:47 +02:00
tgi_colors.s
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
videomode.s Exclude apple2enh-only functionality from apple2 biuld on source code level. 2013-05-01 22:02:47 +02:00
vtabz.s
wherex.s
wherey.s
write.s