ZXSTSPECDRUM
The state of the Cheetah SpecDrum.
// SpecDrum state
typedef struct _tagZXSTSPECDRUM
{
ZXSTBLOCK blk;
BYTE chCurrentVolume;
} ZXSTSPECDRUM, *LPZXSTSPECDRUM;
Members
- blk
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.
Remarks
If this block is not present in a zx-state file, SpecDrum emulation should be disabled.
Revision history
Available since version 1.0