From: cpg Date: Mon, 17 Jul 2000 00:29:01 +0000 (+0000) Subject: fixed a type with AT_OS_TYPE_MINOR X-Git-Tag: V2.12.0~3353 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=854e34e2275fdcfa246fdbcfc3fa1cdac1e8c5f9;p=cc65 fixed a type with AT_OS_TYPE_MINOR git-svn-id: svn://svn.cc65.org/cc65/trunk@161 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/atari.h b/include/atari.h index 799561e6a..d11dd0015 100644 --- a/include/atari.h +++ b/include/atari.h @@ -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