1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/apple2
ol.sc c8e1d7e0d2 Adjusted Apple2 targets to the new standard mouse driver paradigm.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4154 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-11 19:35:13 +00:00
..
_scrsize.s
apple2-40-48-16.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
apple2-280-192-8.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
apple2-auxmem.s
apple2-ssc.s Minor reformatting. 2009-09-04 21:28:16 +00:00
apple2-stdjoy.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
apple2-stdmou.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
apple2.inc Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
break.s
cclear.s
cgetc.s New cgetc with apple2enh fix from Oliver Scmidt 2005-04-08 19:27:07 +00:00
chline.s
close.s
closedir.c
clrscr.s
color.s The value of COLOR_WHITE changed from 1 to 3. 2008-03-25 19:08:26 +00:00
cout.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
cputc.s
crt0.s Allow to run programs as ProDOS SYS files (beside BIN files). To do so detect at runtime if BASIC.SYSTEM is present by checking the "signature" of the last system bitmap byte. 2009-09-11 16:27:20 +00:00
ctype.s
cvline.s
dioclose.s
diocommon.s
dioopen.s
dioread.s
diosectcount.s
diosectsize.s
diowrite.s
dir.h
dosdetect.s
filedes.inc
filedes.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
fileerr.s POSIX file I/O by Oliver Schmidt 2005-04-12 09:12:48 +00:00
filename.s
get_ostype.s
gotoxy.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
gotoy.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
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 ProDOS 8 requires an page-aligned 1kB IO-buffer for every open file. The implementation using posix_memalign() is universally correct but quite expensive. There I added support for overriding this implementation with maybe limited (i.e. to one open file) but cheaper custom implementations. 2009-09-10 09:59:26 +00:00
joy_stddrv.s
kbhit.s
mainargs.s Adjusted to the changed default start address. 2009-09-04 21:32:41 +00:00
Makefile Adjusted Apple2 targets to the new standard mouse driver paradigm. 2009-09-11 19:35:13 +00:00
mcbdefault.s Just presume alternate charset to be active on the //e - how shouldn't it if conio usage activates it. 2009-09-07 14:00:17 +00:00
mli.inc
mli.s ProDOS 8 requires an page-aligned 1kB IO-buffer for every open file. The implementation using posix_memalign() is universally correct but quite expensive. There I added support for overriding this implementation with maybe limited (i.e. to one open file) but cheaper custom implementations. 2009-09-10 09:59:26 +00:00
mouse_stddrv.s Adjusted Apple2 targets to the new standard mouse driver paradigm. 2009-09-11 19:35:13 +00:00
open.s ProDOS 8 requires an page-aligned 1kB IO-buffer for every open file. The implementation using posix_memalign() is universally correct but quite expensive. There I added support for overriding this implementation with maybe limited (i.e. to one open file) but cheaper custom implementations. 2009-09-10 09:59:26 +00:00
opendir.c Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
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
readdir.c Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
revers.s
rewinddir.c Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
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
textframe.s Removed '_' prefix from textframe(xy) because this prefix for non-standard symbols isn't necessary if they are declared in non-standard include files. 2009-09-10 19:18:15 +00:00
tgi_mode_table.s Define a standard driver and mode for tgi graphics and use it in the sample 2009-09-11 18:59:37 +00:00
videomode.s Fixed typo. 2009-09-10 09:35:37 +00:00
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
wherey.s
write.s Minor reformatting. 2009-09-04 21:28:16 +00:00