mirror of
https://github.com/cc65/cc65.git
synced 2024-11-15 11:05:56 +00:00
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
@ -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…
Reference in New Issue
Block a user