..
extra
Adjustment to recent change in ca65 relative include path handling.
2010-06-04 20:58:40 +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
- Replaced font .byte's with font .incbin file
2009-11-03 22:20:48 +00:00
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
Added macro for ssc slot selection.
2009-12-13 11:23:20 +00:00
apple2-stdjoy.s
Removed generic macpack
2009-11-02 21:54:51 +00:00
apple2-stdmou.s
Replaced left-over tab with space.
2009-12-09 18:16:02 +00:00
break.s
Remove break registers as absolute variables
2004-03-13 21:41:30 +00:00
cclear.s
New version from Oliver Schmidt
2005-03-26 17:03:30 +00:00
cgetc.s
Minor comment style adjustment.
2010-06-07 19:20:10 +00:00
chline.s
New version from Oliver Schmidt
2005-03-26 17:03:30 +00:00
close.s
Clear __oserror on success.
2010-06-15 21:44:18 +00:00
closedir.c
New stuff contributed by Oliver Schmidt
2005-08-31 20:11:45 +00:00
clrscr.s
New version from Oliver Schmidt
2005-03-26 17:03:30 +00:00
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
Oliver Schmidt updated the graphics drivers and part of the C library for the
2008-03-16 09:37:22 +00:00
cputc.s
The constructor doesn't have any interaction with other constructors so there seems to be no need for a priority at all.
2011-01-29 21:36:18 +00:00
crt0.s
Minor beautification.
2011-01-26 21:37:42 +00:00
ctype.s
cvline.s
New version from Oliver Schmidt
2005-03-26 17:03:30 +00:00
dioclose.s
dio implementation by Oliver Schmidt
2005-03-30 18:25:04 +00:00
diocommon.s
dio implementation by Oliver Schmidt
2005-03-30 18:25:04 +00:00
dioopen.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
dioread.s
dio implementation by Oliver Schmidt
2005-03-30 18:25:04 +00:00
diosectcount.s
Read number of total blocks from ProDOS 8 volume directory header - and fall back on the constant 280 only for non-ProDOS 8 disks.
2010-07-17 19:16:25 +00:00
diosectsize.s
Saved one byte.
2010-07-17 19:07:57 +00:00
diowrite.s
dio implementation by Oliver Schmidt
2005-03-30 18:25:04 +00:00
dir.h
Update from Oliver Schmidt
2007-01-05 16:16:34 +00:00
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
drives.s
Saved two bytes.
2011-01-26 22:11:23 +00:00
exec.s
Improved exec():
2011-02-11 23:22:26 +00:00
filedes.inc
Cosmetic changes from Oliver Schmidt
2005-04-15 08:27:09 +00:00
filedes.s
Oliver Schmidt updated the graphics drivers and part of the C library for the
2008-03-16 09:37:22 +00:00
filename.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
get_ostype.s
Cosmetic changes by Oliver Schmidt
2005-11-21 20:52:41 +00:00
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
Update by Oliver Schmidt
2006-05-29 16:27:39 +00:00
iobuf.s
Hooking into the MLI call needs much more thoughts - and is currently not necessary...
2009-09-12 20:55:20 +00:00
joy_stddrv.s
New version from Oliver Schmidt
2005-03-26 17:03:30 +00:00
kbhit.s
Cosmetic changes requested by Oliver Schmidt
2005-03-30 18:17:57 +00:00
mainargs.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
Makefile
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
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
Added MACHID - we'll need it sooner or later...
2011-02-11 23:15:20 +00:00
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_stddrv.s
Adjusted Apple2 targets to the new standard mouse driver paradigm.
2009-09-11 19:35:13 +00:00
open.s
Introduced constructor to raise the ProDOS 8 file level - and extended the destructor to restore the file level again. This is a prerequisite to allow the upcoming exec() to open a file before the destructors run and continue reading from of it after the destructors have run.
2011-01-29 21:43:26 +00:00
opendir.c
Made use of the new common __directerrno and __mappederrno function.
2010-07-17 19:13:07 +00:00
oserrlist.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
oserror.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
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
Oliver Schmidt updated the graphics drivers and part of the C library for the
2008-03-16 09:37:22 +00:00
reboot.s
Now that cc65 programs can run as SYS files themselves my ProDOS Loader ulimately has to change from a minimalistic shell replacement to a pure loader (without exit hook). This approach simplifies several things. However the "reboot after exit" option now present as a ProDOS Loader variant has to move into the cc65 program.
2009-09-14 19:58:06 +00:00
revers.s
Removed tabs
2005-03-28 17:27:04 +00:00
rewinddir.c
Oliver Schmidt updated the graphics drivers and part of the C library for the
2008-03-16 09:37:22 +00:00
rootdir.s
Adjusted parameter handling to match prototype.
2010-07-07 22:28:14 +00:00
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
Update by Oliver Schmidt
2006-05-29 16:27:39 +00:00
sysmkdir.s
New stuff contributed by Oliver Schmidt
2005-08-31 20:11:45 +00:00
sysremove.s
New stuff contributed by Oliver Schmidt
2005-08-31 20:11:45 +00:00
sysrename.s
Save some cycles.
2010-04-22 19:51:34 +00:00
sysrmdir.s
New stuff contributed by Oliver Schmidt
2005-08-31 20:11:45 +00:00
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
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
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
Added toascii().
2011-04-22 12:14:28 +00:00
videomode.s
This is what was actually meant in the first place.
2009-09-30 08:04:34 +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
New version from Oliver Schmidt
2005-03-26 17:03:30 +00:00
wherey.s
New version from Oliver Schmidt
2005-03-26 17:03:30 +00:00
write.s
Clear __oserror on success.
2010-06-15 21:44:18 +00:00