![]() |
Table of contents |
ZXSTSPECDRUMThe state of the Cheetah SpecDrum.
// SpecDrum state
typedef struct _tagZXSTSPECDRUM
{
ZXSTBLOCK blk;
BYTE chCurrentVolume;
} ZXSTSPECDRUM, *LPZXSTSPECDRUM;
Membersblk
The block header. The block id is ZXSTBID_SPECDRUM ('D', 'R', 'U', 'M').
chCurrentVolume
The current amplitude level of the SpecDrum's DAC. This is between +127 and -128.
RemarksIf this block is not present in a zx-state file, SpecDrum emulation should be disabled. Revision historyAvailable since version 1.0 |
| Copyright © 2001 - 2011 Jonathan Needle | |