1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/c128
ol.sc 59e96ef740 Turned the 'ST' status byte into a symbol resolved by the linker in order to allow to use it from code living in the 'cbm' directory.
Moved getdevice.s from 'c64'/'c128' to 'cbm' making use of the new 'ST' setup.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5834 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-09-30 18:20:15 +00:00
..
_scrsize.s
break.s
c64mode.s
c128-640-200-2.s
c128-640-480-2.s
c128-1351.s
c128-georam.s
c128-joymouse.s
c128-potmouse.s
c128-ptvjoy.s Fixes for the ptvjoy drivers by Marco van den Heuvel. 2010-02-04 21:02:00 +00:00
c128-ram2.s
c128-ram.s
c128-ramcart.s Use changed EM decls 2003-12-16 21:08:13 +00:00
c128-reu.s
c128-stdjoy.s
c128-swlink.s
c128-vdc.s
cgetc.s
clrscr.s
color.s
conio.s
cputc.s
crt0.s Turned the 'ST' status byte into a symbol resolved by the linker in order to allow to use it from code living in the 'cbm' directory. 2012-09-30 18:20:15 +00:00
dbgbreak.s
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 Turned the 'ST' status byte into a symbol resolved by the linker in order to allow to use it from code living in the 'cbm' directory. 2012-09-30 18:20:15 +00:00
mcbdefault.s
mouse_stddrv.s
randomize.s Renamed randomize to _randomize 2002-11-05 20:17:38 +00:00
README
revers.s
slow.s
status.s Turned the 'ST' status byte into a symbol resolved by the linker in order to allow to use it from code living in the 'cbm' directory. 2012-09-30 18:20:15 +00:00
systime.s
sysuname.s New uname function 2003-08-12 17:24:02 +00: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_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
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.