summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/speaker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/speaker.c')
-rw-r--r--src/emu/sound/speaker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/speaker.c b/src/emu/sound/speaker.c
index fe5277cb56e..7be7bf7d2c0 100644
--- a/src/emu/sound/speaker.c
+++ b/src/emu/sound/speaker.c
@@ -99,6 +99,6 @@ void speaker_get_info(void *token, UINT32 state, sndinfo *info)
case SNDINFO_STR_CORE_FAMILY: info->s = "Speaker"; 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;
}
}