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