1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/include
ol.sc f9f660dd5d Added functional Atari directory classification macros for file types from struct dirent contributed by Stefan A. Haubenthal.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5759 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-07-03 20:10:52 +00:00
..
em Renamed the deinstall vector to uninstall. 2003-02-10 22:31:45 +00:00
geos
joystick
mouse
sys
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 Added a comment 2004-04-08 17:43:28 +00:00
_6525.h Added standard copyright headers 2000-07-22 19:03:03 +00:00
_6526.h
_6545.h
_6551.h
_antic.h fix typos in comments 2011-02-07 23:51:18 +00:00
_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 Added an improved definition of the __vic2 structure using anon 2012-03-17 21:07:41 +00:00
_vic.h
6502.h
ace.h
apple2.h
apple2enh.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
assert.h
atari.h
atmos.h
c16.h Move common stuff for the C16 and Plus/4 into cbm264.h 2002-12-09 22:09:20 +00:00
c64.h Added TGI colors (simply based on the conio colors). 2011-04-20 12:20:33 +00:00
c128.h
cbm264.h
cbm510.h
cbm610.h
cbm_filetype.h According to Greg King, Vorpal files are regular files. 2012-07-01 18:10:57 +00:00
cbm.h Use 's' as default file type instead of 'u'. 2012-07-01 18:24:01 +00:00
cc65.h
conio.h
ctype.h
dbg.h Fixed the comments 2003-03-17 21:48:37 +00:00
dio.h
dirent.h Added functional Atari directory classification macros for file types from struct dirent contributed by Stefan A. Haubenthal. 2012-07-03 20:10:52 +00:00
em.h
errno.h
fcntl.h
geos.h Stefan Haubenthal's patch for Contiki port 2005-07-17 11:59:46 +00:00
inttypes.h
iso646.h
joystick.h Removed __fastcall__ declarations for functions without parameters. 2011-07-07 20:19:35 +00:00
limits.h Declaration of LONG_MIN was wrong 2002-12-15 12:12:33 +00:00
locale.h
lynx.h
modload.h
mouse.h
nes.h
o65.h
peekpoke.h
pet.h Added 40xx and SuperPET chips 2005-07-17 09:59:18 +00:00
plus4.h
serial.h
setjmp.h
signal.h Make _sig_ign and _sig_dfl fastcall 2005-05-26 09:20:36 +00:00
stdarg.h
stdbool.h Fixed a bug 2003-06-03 12:03:28 +00:00
stddef.h
stdint.h
stdio.h
stdlib.h
string.h
supervision.h New target supervision 2003-10-10 16:44:20 +00:00
tgi.h
time.h
unistd.h
vic20.h Additional I/O chips added by Stefan Haubenthal 2004-03-13 22:51:29 +00:00
zlib.h