fixed a type with AT_OS_TYPE_MINOR
git-svn-id: svn://svn.cc65.org/cc65/trunk@161 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
66c37a85e1
commit
854e34e227
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ extern unsigned int get_ostype(void); /* get ROM version */
|
|||
/* masks */
|
||||
#define AT_OS_TYPE_MAIN 7
|
||||
#define AT_OS_PALNTSC (3 << 3)
|
||||
#define AS_OS_TYPE_MINOR (7 << 5)
|
||||
#define AT_OS_TYPE_MINOR (7 << 5)
|
||||
/* AT_OS_TYPE_MAIN values */
|
||||
#define AT_OS_UNKNOWN 0
|
||||
#define AT_OS_400800 1
|
||||
|
|
Loading…
Add table
Reference in a new issue