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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/sid6581.c b/src/emu/sound/sid6581.c
index 0b5b4b67287..60a7e7580f0 100644
--- a/src/emu/sound/sid6581.c
+++ b/src/emu/sound/sid6581.c
@@ -124,7 +124,7 @@ void sid6581_get_info(void *token, UINT32 state, sndinfo *info)
case SNDINFO_STR_CORE_FAMILY: info->s = "SID"; break;
case SNDINFO_STR_CORE_VERSION: info->s = "1.0"; break;
case SNDINFO_STR_CORE_FILE: info->s = __FILE__; break;
- case SNDINFO_STR_CORE_CREDITS: info->s = "Copyright (c) 2005, The MESS Team"; break;
+ case SNDINFO_STR_CORE_CREDITS: info->s = "Copyright The MESS Team"; break;
}
}