diff options
Diffstat (limited to 'src/emu/sound/c6280.c')
-rw-r--r-- | src/emu/sound/c6280.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/c6280.c b/src/emu/sound/c6280.c index 49dbfa011b6..1905ef3d827 100644 --- a/src/emu/sound/c6280.c +++ b/src/emu/sound/c6280.c @@ -36,7 +36,7 @@ Legal information: - Copyright (C) 2002, 2003 Charles MacDonald + Copyright Charles MacDonald This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -364,7 +364,7 @@ void c6280_get_info(void *token, UINT32 state, sndinfo *info) case SNDINFO_STR_CORE_FAMILY: info->s = "????"; 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) 2004, The MAME Team"; break; + case SNDINFO_STR_CORE_CREDITS: info->s = "Copyright Nicola Salmoria and the MAME Team"; break; } } |