1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/libsrc/c128
uz 285aaf8933 Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
function description for functions that don't take any parameters.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5573 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-03-04 13:08:54 +00:00
..
_scrsize.s Make screensize() fetch the values dynamically instead of using variables 2003-04-09 19:34:57 +00:00
break.s
c64mode.s Fix toggle_videomode, move kernal entries to kernal.s 2003-03-18 11:27:49 +00:00
c128-640-200-2.s
c128-640-480-2.s
c128-1351.s
c128-georam.s
c128-joymouse.s Changed the existing Commodore mouse drivers for the new API. UNTESTED! 2009-09-26 11:35:32 +00:00
c128-potmouse.s
c128-ptvjoy.s
c128-ram2.s
c128-ram.s
c128-ramcart.s
c128-reu.s Use changed EM decls 2003-12-16 21:08:13 +00:00
c128-stdjoy.s Add the irq entry point 2004-11-06 13:12:57 +00:00
c128-swlink.s
c128-vdc.s
cgetc.s
clrscr.s
color.s
conio.s
cputc.s
crt0.s Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
dbgbreak.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
devnum.s
fast.s
get_tv.s
joy_stddrv.s
kbhit.s Squeezed bytes and cycles out of the kbhit functions for almost all platforms. 2009-11-24 18:31:16 +00:00
kernal.s
mainargs.s
Makefile
mcbdefault.s Loadable mouse driver for the C128 2004-03-29 17:27:48 +00:00
mouse_stddrv.s
randomize.s
README
revers.s
slow.s Added fast(), slow() and c64mode() 2003-02-13 21:29:12 +00:00
systime.s
sysuname.s New uname function 2003-08-12 17:24:02 +00:00
tgi_colors.s
tgi_stddrv.s
toggle_videomode.s
videomode.s

Implementation notes:

CONDES routines with a type code of 2 are used to implement interrupt
handlers. Note that these are called as soon as the program is started,
so they have to cope with this.