summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms36xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms36xx.c')
-rw-r--r--src/emu/sound/tms36xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/tms36xx.c b/src/emu/sound/tms36xx.c
index bd0d1d68bf6..911e929e08b 100644
--- a/src/emu/sound/tms36xx.c
+++ b/src/emu/sound/tms36xx.c
@@ -447,7 +447,7 @@ void tms36xx_note_w(int chip, int octave, int note)
tms->tune_max = note + 1;
}
-void tms3617_enable(struct TMS36XX *tms, int enable)
+static void tms3617_enable(struct TMS36XX *tms, int enable)
{
int i, bits = 0;