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

Table of contents

The zx-state file format
Block types

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


  Copyright © 2001 - 2011 Jonathan Needle Top