mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix validation and listxml infinite loop (nw)
This commit is contained in:
parent
841869e9c7
commit
ffe62b2797
@ -4433,7 +4433,7 @@ CPU_GET_INFO( pentium2 )
|
||||
case CPUINFO_STR_NAME: strcpy(info->s, "Pentium II"); break;
|
||||
case CPUINFO_STR_FAMILY: strcpy(info->s, "Intel Pentium II"); break;
|
||||
|
||||
default: CPU_GET_INFO_CALL(pentium2); break;
|
||||
default: CPU_GET_INFO_CALL(pentium); break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user