mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Merge pull request #6765 from cyrix6x86mx/master
Update Pentium CPU table names for Socket 4 and 5/7
This commit is contained in:
@@ -3616,7 +3616,7 @@ const cpu_family_t cpu_families[] = {
|
||||
{
|
||||
.package = CPU_PKG_SOCKET4,
|
||||
.manufacturer = "Intel",
|
||||
.name = "Pentium",
|
||||
.name = "Pentium (P5)",
|
||||
.internal_name = "pentium_p5",
|
||||
.cpus = (const CPU[]) {
|
||||
{
|
||||
@@ -3736,7 +3736,7 @@ const cpu_family_t cpu_families[] = {
|
||||
{
|
||||
.package = CPU_PKG_SOCKET5_7,
|
||||
.manufacturer = "Intel",
|
||||
.name = "Pentium",
|
||||
.name = "Pentium (P54C)",
|
||||
.internal_name = "pentium_p54c",
|
||||
.cpus = (const CPU[]) {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user