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