1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/apple2
ol.sc 6860ac7dfd Introduced static standard drivers.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5891 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-11-01 19:53:47 +00:00
..
extra
_scrsize.s
apple2-40-48-16.s
apple2-280-192-8.fnt
apple2-280-192-8.s
apple2-auxmem.s Removed generic macpack 2009-11-02 21:54:51 +00:00
apple2-ssc.s
apple2-stdjoy.s
apple2-stdmou.s
break.s
cclear.s
cgetc.s
chline.s
close.s
closedir.c
clrscr.s
color.s
cout.s
cputc.s
crt0.s Avoid mixing of memory areas and segments in address computations (and made move of segment INIT somewhat more readable). 2012-06-16 22:13:58 +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
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 Update by Oliver Schmidt 2006-05-29 16:27:39 +00:00
iobuf.s
isdevice.s
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s
mainargs.s
Makefile Introduced static standard drivers. 2012-11-01 19:53:47 +00:00
mcbdefault.s
mli.inc
mli.s
mouse_stat_stddrv.s Introduced static standard drivers. 2012-11-01 19:53:47 +00:00
mouse_stddrv.s
open.s
opendir.c
oserrlist.s
oserror.s
randomize.s
rdkey.s
read.s
readdir.c
reboot.s
revers.s
rewinddir.c
rwcommon.s Use MLI error names from ProDOS 8 Technical Reference Manual Quick Reference Card (and not Section 4.8 !). 2010-07-17 19:11:51 +00:00
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s
sysrmdir.s
systime.s
sysuname.s
textframe.s
tgi_colors.s
tgi_stat_stddrv.s
tgi_stddrv.s
toascii.s
videomode.s
vtabz.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
wherex.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
wherey.s
write.s