1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-03 12:55:56 +00:00
cc65/include
uz 74bfd6ee31 New function videomode() for the C128. Marked toggle_videomode as deprecated.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4126 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-07 13:21:04 +00:00
..
em
geos
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
tgi Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
_6522.h
_6525.h
_6526.h Added a comment 2004-04-08 17:43:28 +00:00
_6545.h Added standard copyright headers 2000-07-22 19:03:03 +00:00
_6551.h
_antic.h
_gtia.h
_heap.h
_pbi.h
_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
6502.h
ace.h
apple2.h Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +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 Function key support be Stephan Haubenthal. 2009-01-24 16:36:34 +00:00
c16.h
c64.h
c128.h New function videomode() for the C128. Marked toggle_videomode as deprecated. 2009-09-07 13:21:04 +00:00
cbm264.h
cbm510.h Use __asm__() instead of asm(). 2009-08-15 09:08:03 +00:00
cbm610.h Use __asm__() instead of asm(). 2009-08-15 09:08:03 +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
dirent.h Update from Oliver Schmidt 2007-01-05 16:16:34 +00:00
em.h
errno.h
fcntl.h
geos.h
iso646.h
joystick.h Added second fire button 2004-10-14 16:33:13 +00:00
limits.h
locale.h
lynx.h
modload.h All module functions are fastcall 2002-12-13 00:41:34 +00:00
mouse.h Two functions in the mouse_callbacks struct do actually have arguments. 2005-11-21 20:40:56 +00:00
nes.h New get_tv function by Stefan Haubenthal. 2008-04-10 20:20:26 +00:00
o65.h
peekpoke.h
pet.h
plus4.h The Plus/4 has an ACIA 2006-05-09 19:44:33 +00:00
rs232.h
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 Removed flushall, since it is non-standard and not used anyway. 2008-08-25 20:49:52 +00:00
stdlib.h Hide posix_memalign if strict ANSI is enabled 2005-07-24 13:01:14 +00:00
string.h add strnicmp/strncasecmp 2009-02-10 19:16:22 +00:00
supervision.h
tgi.h
time.h Stefan Haubenthal's patch for Contiki port 2005-07-17 11:59:46 +00:00
unistd.h Cleanup use of predefined data types / defines 2003-08-16 08:23:01 +00:00
vic20.h
zlib.h