Fixed numeric OS ids. Added new OS OPENCBM

git-svn-id: svn://svn.cc65.org/cc65/trunk@3435 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-03-30 19:28:28 +00:00
parent 43a9802473
commit d194bdd702
4 changed files with 12 additions and 10 deletions

View File

@@ -66,6 +66,7 @@ typedef struct O65Desc O65Desc;
#define O65OS_OSA65 1
#define O65OS_LUNIX 2
#define O65OS_CC65 3
#define O65OS_OPENCBM 4
#define O65OS_MAX 255