This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2025-02-27 14:29:52 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
include
History
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
…
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
…
_6525.h
…
_6526.h
…
_6545.h
…
_6551.h
…
_antic.h
…
_gtia.h
…
_heap.h
…
_pbi.h
…
_pia.h
…
_pokey.h
…
_sid.h
…
_ted.h
…
_vdc.h
…
_vic2.h
…
_vic.h
…
6502.h
…
ace.h
…
apple2.h
…
apple2enh.h
…
assert.h
…
atari.h
…
atmos.h
…
c16.h
…
c64.h
…
c128.h
…
cbm264.h
…
cbm510.h
…
cbm610.h
…
cbm.h
Removed __fastcall__ declarations for functions without parameters.
2011-07-07 20:19:35 +00:00
cc65.h
Make the 8x32 unsigned multiplication routine C callable.
2011-07-10 14:52:35 +00:00
conio.h
…
ctype.h
…
dbg.h
…
dio.h
…
dirent.h
…
em.h
Removed __fastcall__ declarations for functions without parameters.
2011-07-07 20:19:35 +00:00
errno.h
…
fcntl.h
…
geos.h
…
inttypes.h
…
iso646.h
…
joystick.h
Removed __fastcall__ declarations for functions without parameters.
2011-07-07 20:19:35 +00:00
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
Removed __fastcall__ declarations for functions without parameters.
2011-07-07 20:19:35 +00:00
o65.h
…
peekpoke.h
…
pet.h
…
plus4.h
…
serial.h
Removed __fastcall__ declarations for functions without parameters.
2011-07-07 20:19:35 +00:00
setjmp.h
…
signal.h
…
stdarg.h
…
stdbool.h
…
stddef.h
…
stdint.h
…
stdio.h
Removed __fastcall__ declarations for functions without parameters.
2011-07-07 20:19:35 +00:00
stdlib.h
Removed __fastcall__ declarations for functions without parameters.
2011-07-07 20:19:35 +00:00
string.h
…
supervision.h
…
tgi.h
Declaration of tgi_settextdir() added.
2011-07-31 22:17:21 +00:00
time.h
…
unistd.h
…
vic20.h
…
zlib.h
…