Table of Contents

Name

MAGmacCode - returns type of machine on which the MAG is saved

Synopsis


#include <maglo.h>
unsigned char MAGmacCode(MagImage *mag);

Description

The MAGmacCode() function returns type of machine on which the MAG file that mag is associated to is saved.

Return Values

0x00
PC-98/X68K/etc
0x03
MSX (Meron version)
0x88
PC-88 (Argon version)
0x68
PST68 (Kenna)
0xFF
Pseudo kiisu (Hironon)

See Also

MAGmacCode(3) , MAGmacFlags(3) , libmaglo(7)


Table of Contents