1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 23:29:05 +00:00
cc65/libsrc
ol.sc fd82520622 Added ioctl for mixing graphics with 4 lines of text.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4521 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-12-12 23:06:58 +00:00
..
apple2 Added ioctl for mixing graphics with 4 lines of text. 2009-12-12 23:06:58 +00:00
apple2enh Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +00:00
atari more space improvements by Daniel Serpell 2009-12-07 18:58:32 +00:00
atmos Changes to the TGI driver API: 2009-10-29 20:13:56 +00:00
c16 Replaced $30 by literal '0' for better readability. 2009-12-10 22:12:24 +00:00
c64 Replaced $30 by literal '0' for better readability. 2009-12-10 22:12:24 +00:00
c128 Replaced $30 by literal '0' for better readability. 2009-12-10 22:12:24 +00:00
cbm The X register must be zero on return. 2009-11-02 16:24:26 +00:00
cbm510 * Moved the BASIC stub that calls the compiled program into it's own segment 2009-12-09 12:42:24 +00:00
cbm610 * Moved the BASIC stub that calls the compiled program into it's own segment 2009-12-09 12:42:24 +00:00
common Working on the division and multiplication routines. 2009-11-04 19:41:54 +00:00
conio Fixed tab removal which somehow went wrong 2005-02-14 09:38:30 +00:00
dbg git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
em git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
geos Squeezed bytes and cycles out of the kbhit functions for almost all platforms. 2009-11-24 18:31:16 +00:00
joystick git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
lynx Squeezed bytes and cycles out of the kbhit functions for almost all platforms. 2009-11-24 18:31:16 +00:00
mouse OOPS! Forgot to add the mouse_getbox and mouse_setbox modules to subversion. 2009-09-26 15:19:14 +00:00
nes Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +00:00
pet Replaced $30 by literal '0' for better readability. 2009-12-10 22:12:24 +00:00
plus4 Replaced $30 by literal '0' for better readability. 2009-12-10 22:12:24 +00:00
runtime Rename the 8x8 multiplication using the same scheme as for the 16x16 2009-11-12 15:48:11 +00:00
serial git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
supervision Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +00:00
tgi MAde the second parameter of tgi_ioctl a void* instead of an unsigned to keep 2009-12-11 14:33:53 +00:00
vic20 Replaced $30 by literal '0' for better readability. 2009-12-10 22:12:24 +00:00
zlib git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
Makefile add Atari TGI drivers from Fatih Aygun 2009-11-10 21:53:55 +00:00