1
0
Fork 0

New pcspeaker functions

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@278
This commit is contained in:
Sjoerd van der Berg 2002-09-16 13:21:35 +00:00
parent b93a294dfa
commit a1fcb4b4c3

View file

@ -37,6 +37,9 @@ void MIXER_SetFreq(MIXER_Channel * chan,Bit32u freq);
void MIXER_SetMode(MIXER_Channel * chan,Bit8u mode);
void MIXER_Enable(MIXER_Channel * chan,bool enable);
void PCSPEAKER_Enable(bool enable);
void PCSPEAKER_SetFreq(Bit32u freq);
/* PC Speakers functions, tightly related to the timer functions */
void PCSPEAKER_Enable(bool enable);
void PCSPEAKER_SetCounter(Bitu cntr,Bitu mode);