1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/include
uz edca940a86 Declaration of tgi_settextdir() added.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5101 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-07-31 22:17:21 +00:00
..
em Renamed the deinstall vector to uninstall. 2003-02-10 22:31:45 +00:00
geos
joystick
mouse
sys Fixed _HAVE_off_t 2003-10-21 19:54:35 +00:00
tgi 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-03 21:28:20 +00:00
_6522.h
_6525.h Added standard copyright headers 2000-07-22 19:03:03 +00:00
_6526.h
_6545.h Added standard copyright headers 2000-07-22 19:03:03 +00:00
_6551.h
_antic.h
_gtia.h
_heap.h
_pbi.h added standard copyright header 2000-07-29 21:41:06 +00:00
_pia.h
_pokey.h Added/updated header blocks 2001-10-02 18:48:54 +00:00
_sid.h
_ted.h
_vdc.h
_vic2.h
_vic.h Moved _vic.h to _vic2.h. Renamed __vic to __vic2. 2002-11-05 20:33:50 +00:00
6502.h
ace.h
apple2.h Added TGI_COLOR_... macros to be used both for hires and lores. Introduced color mapping on lores to allow for common color macros. 2011-04-25 11:16:56 +00:00
apple2enh.h
assert.h
atari.h
atmos.h Function key support be Stephan Haubenthal. 2009-01-24 16:36:34 +00:00
c16.h
c64.h
c128.h Added TGI colors (simply based on the conio colors). 2011-04-20 12:20:33 +00:00
cbm264.h
cbm510.h Use __asm__() instead of asm(). 2009-08-15 09:08:03 +00:00
cbm610.h
cbm.h
cc65.h
conio.h
ctype.h
dbg.h
dio.h
dirent.h
em.h
errno.h
fcntl.h
geos.h
inttypes.h
iso646.h
joystick.h
limits.h
locale.h
lynx.h
modload.h
mouse.h Removed __fastcall__ declarations for functions without parameters. 2011-07-07 20:19:35 +00:00
nes.h
o65.h
peekpoke.h Fixed a typo 2003-11-04 19:26:24 +00:00
pet.h
plus4.h The Plus/4 has an ACIA 2006-05-09 19:44:33 +00:00
serial.h
setjmp.h
signal.h
stdarg.h va_copy is only available from C99 and up 2004-12-11 14:59:05 +00:00
stdbool.h
stddef.h
stdint.h
stdio.h
stdlib.h
string.h
supervision.h
tgi.h
time.h
unistd.h
vic20.h
zlib.h