From a1fcb4b4c34212b2cb7761d148753f86d9361cb4 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 16 Sep 2002 13:21:35 +0000 Subject: [PATCH] New pcspeaker functions Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@278 --- include/mixer.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/mixer.h b/include/mixer.h index e41b1838..3c02d93a 100644 --- a/include/mixer.h +++ b/include/mixer.h @@ -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); +