1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +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:
cpg 2000-07-17 00:29:01 +00:00
parent 66c37a85e1
commit 854e34e227

View File

@ -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