summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sid6581.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/sid6581.c')
-rw-r--r--src/emu/sound/sid6581.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/sid6581.c b/src/emu/sound/sid6581.c
index acd10f6bb91..45e4ed59820 100644
--- a/src/emu/sound/sid6581.c
+++ b/src/emu/sound/sid6581.c
@@ -15,9 +15,9 @@
static SID6581 *get_sid(int indx)
{
return NULL;
-// sound_type type = sndnum_to_sndti(indx, NULL);
-// assert((type == SOUND_SID6581) || (type == SOUND_SID8580));
-// return (SID6581 *) sndti_token(space->machine, type, indx);
+// sound_type type = sndnum_to_sndti(indx, NULL);
+// assert((type == SOUND_SID6581) || (type == SOUND_SID8580));
+// return (SID6581 *) sndti_token(space->machine, type, indx);
}