This website requires JavaScript.
Explore
Help
Sign In
the10thwiz
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
33833e1bf40f089db0d8bf3deba219f3f9c939d9
cc65
/
libsrc
/
apple2
History
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
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
…
apple2-40-48-16.s
…
apple2-280-192-8.fnt
…
apple2-280-192-8.s
…
apple2-auxmem.s
…
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
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
…
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
…
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
…
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_stat_stddrv.s
Introduced static standard drivers.
2012-11-01 19:53:47 +00:00
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
…
syschdir.s
…
sysmkdir.s
…
sysremove.s
…
sysrename.s
…
sysrmdir.s
…
systime.s
…
sysuname.s
…
textframe.s
…
tgi_colors.s
…
tgi_stat_stddrv.s
Introduced static standard drivers.
2012-11-01 19:53:47 +00:00
tgi_stddrv.s
…
toascii.s
…
videomode.s
…
vtabz.s
…
wherex.s
…
wherey.s
…
write.s
…