Table of Contents
MAGmacCode - returns type of machine on which the MAG is saved
#include <maglo.h>
unsigned char MAGmacCode(MagImage *mag);
The MAGmacCode() function
returns type of machine on which the MAG file that mag is associated to
is saved.
- 0x00
- PC-98/X68K/etc
- 0x03
- MSX (Meron version)
- 0x88
- PC-88 (Argon version)
- 0x68
- PST68 (Kenna)
- 0xFF
- Pseudo kiisu (Hironon)
MAGmacCode(3)
, MAGmacFlags(3)
, libmaglo(7)
Table of Contents