summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/astrocde.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/astrocde.c')
-rw-r--r--src/emu/sound/astrocde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/astrocde.c b/src/emu/sound/astrocde.c
index 88457451453..cd4e32861ce 100644
--- a/src/emu/sound/astrocde.c
+++ b/src/emu/sound/astrocde.c
@@ -287,7 +287,7 @@ static void *astrocade_start(int sndindex, int clock, const void *config)
*
*************************************/
-void astrocade_sound_w(UINT8 num, offs_t offset, UINT8 data)
+static void astrocade_sound_w(UINT8 num, offs_t offset, UINT8 data)
{
struct astrocade_info *chip = sndti_token(SOUND_ASTROCADE, num);