1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/libsrc/apple2
2013-05-09 09:27:36 +02:00
..
emd Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02: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
joy Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
mou Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
ser Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
targetutil Include targetutil intermediates in dependency handling. 2013-05-09 09:27:36 +02:00
tgi Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
_scrsize.s New version from Oliver Schmidt 2005-03-26 17:03:30 +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 Adjusted include directive for local header. 2013-05-01 21:53:30 +02: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 Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors. 2013-02-12 22:39:38 +00:00
ctype.s Replaced /bin/bash0 by new CT_NONE 2003-10-10 16:59:58 +00:00
curdevice.s Introduced getcurrentdevice() and implemented it for CBM and Apple. 2012-10-21 14:35:17 +00:00
cvline.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
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 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 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 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
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 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
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 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
irq.s Removed unnecessary include. 2013-02-14 16:16:57 +00:00
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 Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02: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
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_stat_stddrv.s Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02: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 Adjusted include directive for local header. 2013-05-01 21:53:30 +02: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 New _randomize() function, do some cleanup on apple2.inc 2002-11-07 12:16:15 +00:00
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 Adjusted include directive for local header. 2013-05-01 21:53:30 +02:00
reboot.s Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors. 2013-02-12 22:39:38 +00:00
revers.s Removed tabs 2005-03-28 17:27:04 +00:00
rewinddir.c Adjusted include directive for local header. 2013-05-01 21:53:30 +02: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 New uname function 2003-08-12 17:24:02 +00:00
textframe.s Exclude apple2enh-only functionality from apple2 biuld on source code level. 2013-05-01 22:02:47 +02: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_stat_stddrv.s Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02: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 Exclude apple2enh-only functionality from apple2 biuld on source code level. 2013-05-01 22:02:47 +02: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