![]() |
Table of contents |
ZXSTUSPEECHThe state of the Currah µSpeech.
// uSpeech state
typedef struct _tagZXSTUSPEECH
{
ZXSTBLOCK blk;
BYTE fPagedIn;
} ZXSTUSPEECH, *LPZXSTUSPEECH;
Membersblk
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.
RemarksIf this block is not present in a zx-state file, µSpeech emulation should be disabled. Revision historyAvailable since version 1.0 |
| Copyright © 2001 - 2011 Jonathan Needle | |