1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/apple2
2013-05-09 01:12:26 +02:00
..
emd
extra
joy
mou
ser
targetutil Added support for building targetutils. 2013-05-09 01:12:26 +02:00
tgi
_scrsize.s
break.s
cclear.s
cgetc.s
chline.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
close.s
closedir.c
clrscr.s
color.s
cout.s
cputc.s
crt0.s
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
dioclose.s
diocommon.s
dioopen.s
dioread.s Removed DIO specific typedefs which were just aliases to basic types and replaced the term 'drive' with 'device' in order to harmonize with the recently added device.h. 2012-10-11 18:22:49 +00:00
diosectcount.s
diosectsize.s
diowrite.s Removed DIO specific typedefs which were just aliases to basic types and replaced the term 'drive' with 'device' in order to harmonize with the recently added device.h. 2012-10-11 18:22:49 +00:00
dir.h
dosdetect.s Set the priority of the main() args constructor to 24 simply be cause most other targets do - and adjust the priority of the dos detection constructor to stay higher than the main() args constructor. 2011-01-29 21:39:17 +00:00
exec.s
exehdr.s
filedes.inc Cosmetic changes from Oliver Schmidt 2005-04-15 08:27:09 +00:00
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
isdevice.s
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s
mainargs.s
mcbdefault.s
mli.inc
mli.s Use MLI error names from ProDOS 8 Technical Reference Manual (and ProDOS 8 Technical Note #21). 2010-06-16 21:16:14 +00:00
mouse_stat_stddrv.s
mouse_stddrv.s
open.s
opendir.c
oserrlist.s
oserror.s
randomize.s
rdkey.s
read.s
readdir.c
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
rwcommon.s
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s
sysrmdir.s
systime.s Move common data and ex-/imports into an assembler include named time.inc. 2009-07-27 17:59:27 +00:00
sysuname.s New uname function 2003-08-12 17:24:02 +00:00
textframe.s
tgi_colors.s
tgi_stat_stddrv.s
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
toascii.s
videomode.s
vtabz.s
wherex.s
wherey.s
write.s