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