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 ccf0202fb12..932ad479bae 100644
--- a/src/emu/sound/astrocde.c
+++ b/src/emu/sound/astrocde.c
@@ -216,7 +216,7 @@ static void astrocade_reset(struct astrocade_info *chip)
chip->c_state = 0;
}
-SND_RESET( astrocade )
+static SND_RESET( astrocade )
{
astrocade_reset(device->token);
}