ElSemi -> Miguel Angel Horna in copyright notices

This commit is contained in:
Aaron Giles 2008-01-06 16:58:33 +00:00
parent 2912b80454
commit 0ce44c7911
2 changed files with 2 additions and 2 deletions

View File

@ -1651,7 +1651,7 @@ void mb86233_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Fujitsu MB86233"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright ElSemi and Ernesto Corvi"); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Miguel Angel Horna and Ernesto Corvi"); break;
case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c", (GETSR()&SIGN_FLAG) ? 'N' : 'n', (GETSR()&ZERO_FLAG) ? 'Z' : 'z' );

View File

@ -1915,7 +1915,7 @@ void SE3208_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Advanced Digital Chips Inc."); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.00"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright ElSemi, all rights reserved."); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Miguel Angel Horna, all rights reserved."); break;
case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c %c%c%c%c%c",