1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/apple2
ol.sc 1bba8355da Fixed typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5889 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-10-31 23:39:58 +00:00
..
extra We now don't define the memory area RAM anymore. So use the segment STARTUP - as done in crt0.s. 2012-06-16 22:58:03 +00:00
_scrsize.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
apple2-40-48-16.s Added a new flags byte to the TGI headers. Bumped the API version. 2011-07-17 11:23:27 +00:00
apple2-280-192-8.fnt
apple2-280-192-8.s Added a new flags byte to the TGI headers. Bumped the API version. 2011-07-17 11:23:27 +00:00
apple2-auxmem.s Removed generic macpack 2009-11-02 21:54:51 +00:00
apple2-ssc.s
apple2-stdjoy.s Removed generic macpack 2009-11-02 21:54:51 +00:00
apple2-stdmou.s
break.s
cclear.s
cgetc.s Minor comment style adjustment. 2010-06-07 19:20:10 +00:00
chline.s
close.s
closedir.c
clrscr.s
color.s Back to revision 3818: The value of COLOR_WHITE changed back from 3 to 1. 2011-05-05 20:43:10 +00:00
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 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 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 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
diosectsize.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
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
exec.s Moving the quit-hook towards the end of page 3 as far as possible slightly increases the compatibility with BIN programs making use of page 3 themselves. 2012-01-02 11:09:25 +00:00
exehdr.s Moved actual computation of DOS 3.3 header to linker configurations: 2012-06-14 20:44:35 +00:00
filedes.inc
filedes.s
filename.s
get_ostype.s Cosmetic changes by Oliver Schmidt 2005-11-21 20:52:41 +00:00
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 Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
initcwd.s
iobuf.s
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_stddrv.s
kbhit.s
mainargs.s
Makefile Fixed typo. 2012-10-31 23:39:58 +00:00
mcbdefault.s
mli.inc
mli.s
mouse_stddrv.s
open.s
opendir.c
oserrlist.s
oserror.s
randomize.s
rdkey.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
read.s Clear __oserror on success. 2010-06-15 21:44:18 +00:00
readdir.c
reboot.s
revers.s
rewinddir.c
rwcommon.s
syschdir.s
sysmkdir.s New stuff contributed by Oliver Schmidt 2005-08-31 20:11:45 +00:00
sysremove.s
sysrename.s Save some cycles. 2010-04-22 19:51:34 +00:00
sysrmdir.s
systime.s
sysuname.s
textframe.s Fixed range errors when negative numbers where used as bytes. This wasn't 2011-08-15 15:23:31 +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_stddrv.s
toascii.s
videomode.s
vtabz.s
wherex.s
wherey.s
write.s Clear __oserror on success. 2010-06-15 21:44:18 +00:00