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

Table of contents

The zx-state file format
Block types

ZXSTZXPRINTER

Status of the ZX Printer.

// ZX Printer
#define ZXSTPRF_ENABLED     1

typedef struct _tagZXSTZXPRINTER
{
  ZXSTBLOCK blk;
  WORD wFlags;
} ZXSTZXPRINTER, *LPZXSTZXPRINTER;

Members

blk
The block header. The block id is ZXSTBID_ZXPRINTER ('Z', 'X', 'P', 'R').
wFlags
If the ZXSTPRF_ENABLED bit set, this specifies ZX Printer emulation is enabled. Otherwise it should be disabled.

Revision history

Available since version 1.0


  Copyright © 2001 - 2011 Jonathan Needle Top