cc65/include
Colin Leroy-Mira f7388cfb79 add fgets/fgetc test 2024-01-25 09:13:35 +01:00
..
arpa Fix coding-style on header 2023-09-07 23:06:51 +02:00
em Fixed missing name and semicolon in two device structs. 2017-08-23 01:46:57 -04:00
geos Reverted gconst.h 2023-05-19 15:48:31 +02:00
joystick Removed IRQ support from joystick drivers. 2018-02-02 12:02:52 +01:00
mouse Removed non-ASCII chars. 2021-04-19 15:50:52 +02:00
sys Apple2: implement stat(2) and statvfs(3) 2024-01-01 19:12:51 +01:00
tgi Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
6502.h add support for detecting 45GS02 2018-12-30 03:49:26 -05:00
_6522.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_6525.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_6526.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_6545.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_6551.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_antic.h remove dangling spaces 2022-04-17 16:05:19 +02:00
_atari5200os.h Update _atari5200os.h 2023-07-02 15:16:33 +02:00
_atarios.h Fixed comments for Atari OS memory location 2023-05-08 15:28:22 +02:00
_gtia.h PMG_SIZE_QUAD is 3, not 2. 2020-04-16 17:06:18 +02:00
_heap.h define old names also for heap stuff 2022-08-29 20:10:21 +02:00
_maria.h Add target atari7800 2022-03-01 06:44:26 +02:00
_mikey.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_pbi.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_pia.h Move Atari-specific PIA reg vals to atari.h 2019-02-17 23:23:30 +01:00
_pokey.h remove dangling spaces 2022-04-17 16:05:19 +02:00
_riot.h Add C support for Atari 2600 (VCS) 2017-01-13 21:12:22 +01:00
_sid.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_suzy.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_ted.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
_tia.h remove TABs 2019-02-05 23:27:52 +01:00
_vdc.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_vic.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_vic2.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
accelerator.h Apple2: implement sleep using MONWAIT 2024-01-18 16:17:10 +01:00
apple2.h Add beep for apple2 2024-01-23 23:04:50 +01:00
apple2_filetype.h Corrected comment formatting 2017-07-28 12:16:55 -04:00
apple2enh.h Add Apple IIgs serial driver 2023-10-03 18:34:22 +02:00
ascii_charmap.h Added a charmap header that converts no character encodings. 2019-09-07 23:02:31 -04:00
assert.h use __afailed instead of _afailed 2022-08-28 20:08:13 +02:00
atari.h remove trailing spacew, use correct user 2023-01-10 11:26:12 -08:00
atari2600.h Harmonized the style of including headers from headers. 2018-02-02 12:28:22 +01:00
atari5200.h Add operating system symbols for the Atari 5200 target 2020-12-25 01:35:38 +01:00
atari7800.h Fix conflicts with some conio routines 2022-04-05 10:35:59 +03:00
atari_atascii_charmap.h Allow use of different charmaps on Atari target 2016-08-19 17:27:41 +02:00
atari_screen_charmap.h Internal/screen character mapping: Supressed warnings for re-map and added documentation. 2016-08-27 22:02:08 +02:00
atmos.h Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
c16.h Moved declarations that are common to the C16 and the Plus4 libraries over to their common header. 2018-04-01 15:47:48 -04:00
c64.h Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
c128.h Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
cbm.h fix underscores in errno (and related) headers 2022-08-28 21:36:22 +02:00
cbm264.h Removed the colour purple 2022-02-02 00:58:50 +01:00
cbm510.h Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
cbm610.h Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
cbm_filetype.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
cbm_petscii_charmap.h Added a C header that translates from the source file's encoding to PetSCII. 2019-03-11 09:00:49 -04:00
cbm_screen_charmap.h fix typo 2021-03-19 22:26:49 +01:00
cc65.h Fix some commonly made spelling errors in comments. 2022-02-21 15:44:31 -05:00
conio.h Implemented some CONIO peek functions. 2020-07-12 22:19:55 +02:00
creativision.h Fixed the creativision function prototypes. 2021-05-29 08:37:38 -04:00
ctype.h fix some header files to conform with C99 hopefully, should fix issue #1670 2022-05-08 19:29:57 +02:00
cx16.h Added semicolon 2023-09-17 22:57:42 +02:00
dbg.h remove dangling spaces 2022-04-17 16:05:19 +02:00
device.h Added size_t. 2018-02-10 11:45:50 +01:00
dio.h fix underscores in errno (and related) headers 2022-08-28 21:36:22 +02:00
dirent.h Apple2: implement stat(2) and statvfs(3) 2024-01-01 19:12:51 +01:00
em.h change driver _install calls from taking "void*" to "const void*" 2021-05-16 22:57:28 +02:00
errno.h fix some errno related stuff, "make all" works again 2022-08-28 22:09:44 +02:00
fcntl.h Removed non-ASCII chars. 2021-04-19 15:50:52 +02:00
gamate.h Make the intermediate gray/green levels available 2022-04-02 23:47:36 +02:00
geos.h Removed the colour purple 2022-02-02 00:58:50 +01:00
inttypes.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
iso646.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
joystick.h change driver _install calls from taking "void*" to "const void*" 2021-05-16 22:57:28 +02:00
kim1.h fix copy'n'paste typo 2023-04-04 00:40:33 +02:00
limits.h fix some header files to conform with C99 hopefully, should fix issue #1670 2022-05-08 19:29:57 +02:00
locale.h Update locale.h 2023-05-14 17:27:04 +02:00
lynx.h Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
lz4.h Edit comment style, add second const 2017-06-09 10:35:16 +03:00
modload.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
mouse.h Keep low level VIC sprite stuff out of user code. 2015-10-09 18:33:35 +02:00
nes.h Removed the colour purple 2022-02-02 00:58:50 +01:00
o65.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
osic1p.h Fix macro order 2022-11-20 15:22:37 +01:00
pce.h Removed the colour purple 2022-02-02 00:58:50 +01:00
peekpoke.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
pen.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
pet.h cbm stuff from greggs pull request 2017-12-11 19:52:11 +01:00
plus4.h Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
rp6502.h Clean-up 2024-01-03 16:35:12 +01:00
serial.h Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
setjmp.h fix setjmp.h 2022-08-28 20:05:11 +02:00
signal.h use __sig_ign and __sig_dft instead of _sig_ign and _sig_dft 2022-08-28 20:18:34 +02:00
stdarg.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
stdbool.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
stddef.h Update stddef.h 2023-05-14 17:32:30 +02:00
stdint.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
stdio.h add fgets/fgetc test 2024-01-25 09:13:35 +01:00
stdlib.h Update stdlib.h 2023-05-14 02:43:35 +02:00
string.h Update string.h 2023-05-14 17:28:48 +02:00
supervision.h Normalized the definitions of structs in <supervision.h>. 2018-02-06 08:52:36 -05:00
sym1.h Stylistic changes 2021-06-15 16:39:28 -05:00
target.h Add target atari7800 2022-03-01 06:44:55 +02:00
telestrat.h left and right mask are inverted : fix in telestrat.h 2021-03-15 21:10:29 -04:00
tgi.h change driver _install calls from taking "void*" to "const void*" 2021-05-16 22:57:28 +02:00
time.h Remove non-standard (and useless) include 2024-01-07 10:21:05 +01:00
unistd.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
vic20.h Removed the colour purple 2022-02-02 00:58:50 +01:00
zlib.h zlib: Use correct (un)signedness of char in prototypes and functions. 2021-03-30 19:41:20 +02:00