1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/libsrc
cuz 545df804bb Renamed setoserror to seterrnofromoserror to avoid clashes.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3838 b7a2c559-68d2-44c3-8de9-860c34a00d81
2008-04-15 06:55:35 +00:00
..
apple2 The value of COLOR_WHITE changed from 1 to 3. 2008-03-25 19:08:26 +00:00
apple2enh Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
atari space optimization by Stefan Haubenthal 2007-03-28 19:34:48 +00:00
atmos getenv is now in common 2005-04-21 21:31:16 +00:00
c16 Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
c64 Changed the mouse API: Introduced a new flag byte that contains information 2006-05-21 11:25:31 +00:00
c128 Oliver Schmidt fixed errors in the LINE and SETPIXELCLIP routines. 2008-02-25 07:47:04 +00:00
cbm New function fndefunit. 2008-04-13 14:49:16 +00:00
cbm510 Add kernal replacement function 2005-07-25 18:15:11 +00:00
cbm610 Inline InitBuffers 2005-05-05 10:32:06 +00:00
common Renamed setoserror to seterrnofromoserror to avoid clashes. 2008-04-15 06:55:35 +00:00
conio Fixed tab removal which somehow went wrong 2005-02-14 09:38:30 +00:00
dbg Small optimization 2005-09-09 17:30:28 +00:00
em Add definitions for tools so the makefile is useful by itself. 2004-10-26 19:28:26 +00:00
geos Added missing import statements. 2005-08-24 19:55:38 +00:00
joystick Rewrote the xxx_load routines for the drivers in assembler to save some 2006-06-05 16:59:29 +00:00
lynx Removed display swapping code 2008-04-14 18:56:32 +00:00
mouse Honor the new MOUSE_FLAG_EARLY_IRQ and MOUSE_FLAG_LATE_IRQ flags also when 2006-08-17 19:40:16 +00:00
nes NTSC/PAL update by Stefan Haubenthal. 2008-04-10 20:15:28 +00:00
pet Added constructor support (contributed by Stefan Haubenthal). 2006-08-17 19:19:55 +00:00
plus4 Inline InitBuffers 2005-05-05 10:32:06 +00:00
runtime Fixed a bug: Byte three of the remainder was overwritten by byte 4. 2007-08-26 17:25:21 +00:00
serial Rewrote the xxx_load routines for the drivers in assembler to save some 2006-06-05 16:59:29 +00:00
supervision Add definitions for tools so the makefile is useful by itself. 2004-10-26 19:28:26 +00:00
tgi Code goes into the CODE segment, not RODATA. 2006-03-31 20:07:43 +00:00
vic20 Driver for Protovision 4 Player Joystick by Stefan Haubenthal 2005-08-28 21:01:59 +00:00
zlib Add definitions for tools so the makefile is useful by itself. 2004-10-26 19:28:26 +00:00
.cvsignore New mouse API 2004-03-23 21:56:13 +00:00
Makefile Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00