29 #define MW_BASM (MW_BASH+2)
30 #define MW_BASL (MW_BASH+4)
33 #define MW_CTM (MW_CTH+2)
34 #define MW_CTL (MW_CTH+4)
37 #define MW_ENDM (MW_ENDH+2)
38 #define MW_ENDL (MW_ENDH+4)
72 unsigned int MW_sampling_rate(unsigned int f);
unsigned int u32
Must be an unsigned 32 bit integer.
Definition: type68.h:37
void MW_set_LMC_right(unsigned int n)
Set LMC right channel volume.
void MW_set_LMC_left(unsigned int n)
Set LMC left channel volume.
int MW_reset(void)
Micro-Wire hardware reset.
unsigned char u8
Must be an unsigned 8 bit integer.
Definition: type68.h:31
void MW_set_LMC_low(unsigned int n)
Set low pass filter.
void MW_set_LMC_mixer(unsigned int n)
Set LMC mixer type.
void MW_mix(u32 *b, const u8 *mem68, int n)
Execute Micro-Wire emulation.
void MW_set_LMC_high(unsigned int n)
Set high pass filter.
void MW_set_LMC_master(unsigned int n)
Set LMC master volume.
int MW_init(void)
Micro-Wire first one first initialization.