[ Spectaculator, ZX Spectrum Emulator ] Home | Downloads | Support [ ZX Spectrum Image ]

Table of contents

The zx-state file format
Block types

ZXSTCREATOR

This block identifies the program that created this zx-state file.

typedef struct _tagZXSTCREATOR
{
  ZXSTBLOCK blk;
  CHAR szCreator[32];
  WORD chMajorVersion;
  WORD chMinorVersion;
  BYTE chData[1];
} ZXSTCREATOR, *LPZXSTCREATOR;

Members

blk
The block header. The block id is ZXSTBID_CREATOR ('C', 'R', 'T', 'R').
szCreator
The name of the emulator or utility program that created this file
chMajorVersion
Creator program's major version number
chMinorVersion
Creator program's minor version number
chData
Variable length data specific to the creator program

Revision history

Available since version 1.1


  Copyright © 2001 - 2011 Jonathan Needle Top