1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/libsrc/c64
uz a9de1a9e89 Fixed an error: The LINE function mistakenly enabled the BASIC ROM. (Greg King)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5299 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-09-13 18:50:29 +00:00
..
_scrsize.s
break.s
c64-320-200-2.s Fixed an error: The LINE function mistakenly enabled the BASIC ROM. (Greg King) 2011-09-13 18:50:29 +00:00
c64-1351.s
c64-c256k.s
c64-dqbb.s
c64-georam.s No need to save the Y register in INSTALL. 2010-02-01 07:19:47 +00:00
c64-hitjoy.s Change the sematics of callirq and the existing interruptors: The interrupts 2005-04-25 20:10:10 +00:00
c64-isepic.s
c64-joymouse.s
c64-numpad.s
c64-potmouse.s Changed the existing Commodore mouse drivers for the new API. UNTESTED! 2009-09-26 11:35:32 +00:00
c64-ptvjoy.s
c64-ram.s
c64-ramcart.s
c64-reu.s
c64-stdjoy.s
c64-swlink.s
c64-vdc.s
cgetc.s
clrscr.s
color.s
conio.s
cputc.s
crt0.s
devnum.s
dtv-himem.s Added DTV detection code by Marco van den Heuvel. 2010-02-04 20:27:48 +00:00
get_ostype.s
get_tv.s
joy_stddrv.s
kbhit.s
kernal.s
kplot.s
mainargs.s
Makefile
mcbdefault.s
mouse_stddrv.s
randomize.s
revers.s
systime.s
sysuname.s New uname function 2003-08-12 17:24:02 +00:00
tgi_colors.s
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