Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File14.9.9 MacVersion TOS This structure plays a role in connection with MagiC Mac, and is defined as follows: typedef struct /* 'vers' resource definition, see Inside Mac docs */ { int8_t vm; /* First part of version number in BCD */ int8_t vn; /* Second and third part of version */ /* number in BCD */ int8_t vt; /* Development: 0x20, alpha: 0x40, */ /* beta: 0x60, release: 0x80 */ int8_t vd; /* Stage of pre-release version */ int16_t region; /* Region code */ int8_t str[]; /* Two version strings */ } MacVersion; See also: The MagiC Mac cookie