This website requires JavaScript.
Explore
Help
Sign In
bslathi19
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
bf6b0f1e4b9d892e5f1172074f72b38421ab5882
cc65
/
libsrc
/
apple2
History
ol.sc
80a7a8df00
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.
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@5358 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-02 11:09:25 +00:00
..
extra
…
_scrsize.s
…
apple2-40-48-16.s
…
apple2-280-192-8.fnt
…
apple2-280-192-8.s
…
apple2-auxmem.s
…
apple2-ssc.s
Added macro for ssc slot selection.
2009-12-13 11:23:20 +00:00
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
…
ctype.s
…
cvline.s
…
dioclose.s
…
diocommon.s
…
dioopen.s
…
dioread.s
…
diosectcount.s
…
diosectsize.s
…
diowrite.s
…
dir.h
…
dosdetect.s
…
drives.s
…
exec.s
…
filedes.inc
…
filedes.s
…
filename.s
…
get_ostype.s
…
gotoxy.s
…
gotoy.s
…
home.s
…
initcwd.s
…
iobuf.s
…
joy_stddrv.s
…
kbhit.s
…
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
…
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
…
mouse_stddrv.s
…
open.s
…
opendir.c
…
oserrlist.s
…
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
…
read.s
…
readdir.c
…
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
…
rewinddir.c
…
rootdir.s
Adjusted parameter handling to match prototype.
2010-07-07 22:28:14 +00:00
rwcommon.s
…
syschdir.s
…
sysmkdir.s
…
sysremove.s
…
sysrename.s
…
sysrmdir.s
…
systime.s
…
sysuname.s
…
textframe.s
…
tgi_colors.s
…
tgi_stddrv.s
…
toascii.s
…
videomode.s
…
vtabz.s
…
wherex.s
…
wherey.s
…
write.s
…