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

Table of contents

The zx-state file format
Block types

ZXSTUSPEECH

The state of the Currah µSpeech.

// uSpeech state
typedef struct _tagZXSTUSPEECH
{
  ZXSTBLOCK blk;
  BYTE fPagedIn;
} ZXSTUSPEECH, *LPZXSTUSPEECH;

Members

blk
The block header. The block id is ZXSTBID_USPEECH ('U', 'S', 'P', 'E').
fPagedIn
Indicates the the µSpeech ROM is currently paged in. This can be 1 (paged in) or 0.

Remarks

If this block is not present in a zx-state file, µSpeech emulation should be disabled.

Revision history

Available since version 1.0


  Copyright © 2001 - 2011 Jonathan Needle Top