1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-06 13:29:01 +00:00
cc65/libsrc
uz d55fb5217e Changed the solution for the PLOT problem with old -02 kernals to that used
for the VIC20: PLOT is not an kernal entry but a library function that will 
do the right stuff. This makes it work with other stuff that calls PLOT, too.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4249 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-27 18:45:08 +00:00
..
apple2 Fixed bug triggered if all 8 io buffer slots may be used. 2009-09-26 21:32:05 +00:00
apple2enh Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +00:00
atari Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +00:00
atmos Force an import of the special symbol __STARTUP__ in the C compiler when 2009-07-31 12:05:42 +00:00
c16 Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +00:00
c64 Changed the solution for the PLOT problem with old -02 kernals to that used 2009-09-27 18:45:08 +00:00
c128 Changed the existing Commodore mouse drivers for the new API. UNTESTED! 2009-09-26 11:35:32 +00:00
cbm Fixed two more function that didn't clear the high byte of the function result. 2009-08-23 21:40:36 +00:00
cbm510 Systime implementation derived from the cbm610. 2009-09-24 21:09:45 +00:00
cbm610 Systime implementation for the CBM610, derived from the C64. 2009-09-24 20:12:40 +00:00
common Let vsprintf call vsnprintf to save code. 2009-09-27 12:18:06 +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 Added a comment about the first entry being the default entry. Not sure if 2009-09-12 06:41:08 +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 Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +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 Force an import of the special symbol __STARTUP__ in the C compiler when 2009-07-31 12:05:42 +00:00
plus4 Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +00:00
runtime Removed unused code. 2009-09-18 17:42:44 +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 Define a standard driver and mode for tgi graphics and use it in the sample 2009-09-11 18:59:37 +00:00
vic20 Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +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 Build files in the extra directory (analog to apple2). 2009-09-22 21:43:57 +00:00