New target c16
git-svn-id: svn://svn.cc65.org/cc65/trunk@1563 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
# include <c128.h>
|
||||
#elif defined(__PLUS4__) && !defined(_PLUS4_H)
|
||||
# include <plus4.h>
|
||||
#elif defined(__C16__) && !defined(_C16_H)
|
||||
# include <c16.h>
|
||||
#elif defined(__CBM510__) && !defined(_CBM510_H)
|
||||
# include <cbm510.h>
|
||||
#elif defined(__CBM610__) && !defined(_CBM610_H)
|
||||
@@ -158,7 +160,7 @@ int __fastcall__ cbm_write (unsigned char lfn, void* buffer, unsigned int size);
|
||||
* Returns the number of actually written bytes or -1 in case of an error.
|
||||
* _oserror contains an errorcode then (see table below).
|
||||
*/
|
||||
|
||||
|
||||
/* Errorcodes of cbm_* I/O functions:
|
||||
*
|
||||
* errorcode BASIC error
|
||||
|
||||
Reference in New Issue
Block a user