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

Table of contents

The zx-state file format
Block types

ZXSTCOVOX

The state of the Covox sound system.

// Covox state
typedef struct _tagZXSTCOVOX
{
  ZXSTBLOCK blk;
  BYTE chCurrentVolume;
  BYTE chReserved[3];
} ZXSTCOVOX, *LPZXSTCOVOX;

Members

blk
The block header. The block id is ZXSTBID_COVOX ('C', 'O', 'V', 'X').
chCurrentVolume
The current amplitude level of the Covox's DAC.
chReserved
This member is reserved for future use and should be set to zero at the moment.

Revision history

Available since version 1.2


  Copyright © 2001 - 2011 Jonathan Needle Top