1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00
cc65/include
cuz 5eadec958c Remove the #error statement if the platform is unknown. This allows use of
conio.h in custom targets.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3793 b7a2c559-68d2-44c3-8de9-860c34a00d81
2007-08-21 13:16:53 +00:00
..
em Renamed the deinstall vector to uninstall. 2003-02-10 22:31:45 +00:00
geos - comment fixes 2004-03-05 17:11:57 +00:00
joystick Fixed a problem when loading joystick drivers: When an install error occurred, 2006-06-04 10:15:18 +00:00
mouse Fixed a problem in mouse_load_driver: The driver was not removed from memory 2006-06-04 09:48:14 +00:00
sys Fixed _HAVE_off_t 2003-10-21 19:54:35 +00:00
tgi Removed the tgi_header structure because it is of no use for C programs 2004-11-07 11:32:49 +00:00
_6522.h
_6525.h
_6526.h
_6545.h
_6551.h
_antic.h
_gtia.h
_heap.h Changed the way, used blocks are managed 2004-12-19 23:09:38 +00:00
_pbi.h
_pia.h Added/updated header blocks 2001-10-02 18:48:54 +00:00
_pokey.h
_sid.h AD2 was missing - thanks to groepaz for the hint 2002-02-12 09:46:45 +00:00
_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 Allow to replace the color functions in conio.h by macros for platforms 2005-03-26 17:20:27 +00:00
apple2enh.h
assert.h
atari.h remove erroneous comments (hint from Stefan Haubenthal) 2006-01-03 20:05:59 +00:00
atmos.h
c16.h
c64.h
c128.h
cbm264.h
cbm510.h Predefined #defines have changed. 2005-03-30 18:26:11 +00:00
cbm610.h Predefined #defines have changed. 2005-03-30 18:26:11 +00:00
cbm.h
conio.h Remove the #error statement if the platform is unknown. This allows use of 2007-08-21 13:16:53 +00:00
ctype.h
dbg.h Fixed the comments 2003-03-17 21:48:37 +00:00
dio.h Added a comment about return codes 2005-03-31 07:20:05 +00:00
dirent.h Update from Oliver Schmidt 2007-01-05 16:16:34 +00:00
em.h
errno.h New error code ERANGE 2003-08-12 13:48:45 +00:00
fcntl.h
geos.h Stefan Haubenthal's patch for Contiki port 2005-07-17 11:59:46 +00:00
iso646.h
joystick.h Added second fire button 2004-10-14 16:33:13 +00:00
limits.h
locale.h Fixed definition of NULL 2005-04-17 20:09:28 +00:00
lynx.h
modload.h
mouse.h Two functions in the mouse_callbacks struct do actually have arguments. 2005-11-21 20:40:56 +00:00
nes.h
o65.h Added new OS OPENCBM, renamed O65_OS_CC65_MODULE to O65_OS_CC65 2005-03-30 19:29:08 +00:00
peekpoke.h Fixed a typo 2003-11-04 19:26:24 +00:00
pet.h Added 40xx and SuperPET chips 2005-07-17 09:59:18 +00:00
plus4.h The Plus/4 has an ACIA 2006-05-09 19:44:33 +00:00
rs232.h
serial.h API changes 2003-08-22 11:23:48 +00:00
setjmp.h
signal.h Make _sig_ign and _sig_dfl fastcall 2005-05-26 09:20:36 +00:00
stdarg.h
stdbool.h
stddef.h
stdint.h
stdio.h Fixed FILENAME_MAX 2005-04-19 13:15:52 +00:00
stdlib.h Hide posix_memalign if strict ANSI is enabled 2005-07-24 13:01:14 +00:00
string.h Make strtok __fastcall__ 2005-05-17 21:11:09 +00:00
supervision.h
tgi.h Added tgi_ioctl 2004-10-14 18:24:52 +00:00
time.h Stefan Haubenthal's patch for Contiki port 2005-07-17 11:59:46 +00:00
unistd.h
vic20.h
zlib.h