summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sidvoice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/sidvoice.h')
-rw-r--r--src/emu/sound/sidvoice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/sidvoice.h b/src/emu/sound/sidvoice.h
index dcf865a5efe..942ddabe836 100644
--- a/src/emu/sound/sidvoice.h
+++ b/src/emu/sound/sidvoice.h
@@ -8,7 +8,7 @@
approximation of the sid6581 chip
this part is for 1 (of the 3) voices of a chip
*/
-#include "sound/sid6581.h"
+#include "sound/mos6581.h"
struct sw_storage
{
@@ -105,7 +105,7 @@ void sidEmuSet(sidOperator* pVoice);
void sidEmuSet2(sidOperator* pVoice);
INT8 sidWaveCalcNormal(sidOperator* pVoice);
-void sidInitWaveformTables(SIDTYPE type);
+void sidInitWaveformTables(int type);
void sidInitMixerEngine(running_machine &machine);
#if 0