diff options
Diffstat (limited to 'src/emu/sound/psx.c')
-rw-r--r-- | src/emu/sound/psx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/psx.c b/src/emu/sound/psx.c index 461cdf7547a..ada877d417b 100644 --- a/src/emu/sound/psx.c +++ b/src/emu/sound/psx.c @@ -689,7 +689,7 @@ void psxspu_get_info(void *token, UINT32 state, sndinfo *info) case SNDINFO_STR_CORE_FAMILY: info->s = "Sony custom"; 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; } } |