From 461f8c2c5eb5063769109431dceedb7aa8bb7362 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Wed, 18 Nov 2020 21:19:26 -0300 Subject: [PATCH] Rename the 3V/5V Pentium OverDrives to something that makes a bit more sense --- src/cpu/cpu_table.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/cpu/cpu_table.c b/src/cpu/cpu_table.c index 123ea94db..e97c80c77 100644 --- a/src/cpu/cpu_table.c +++ b/src/cpu/cpu_table.c @@ -543,7 +543,7 @@ const cpu_family_t cpu_families[] = { .package = CPU_PKG_SOCKET4, .manufacturer = "Intel", .name = "Pentium OverDrive", - .internal_name = "pentium_p54c_od4", + .internal_name = "pentium_p54c_od5v", .cpus = { {"100", CPU_PENTIUM, fpus_internal, 100000000, 2, 5000, 0x51A, 0x51A, 0, CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC, 8, 8,6,6, 12}, {"120", CPU_PENTIUM, fpus_internal, 120000000, 2, 5000, 0x51A, 0x51A, 0, CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC, 12,12,6,6, 14}, @@ -598,7 +598,7 @@ const cpu_family_t cpu_families[] = { .package = CPU_PKG_SOCKET5_7, .manufacturer = "Intel", .name = "Pentium OverDrive", - .internal_name = "pentium_p54c_od5", + .internal_name = "pentium_p54c_od3v", .cpus = { {"125", CPU_PENTIUM, fpus_internal, 125000000, 3.0, 3520, 0x52c, 0x52c, 0, CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC, 12,12,7,7, 16}, {"150", CPU_PENTIUM, fpus_internal, 150000000, 2.5, 3520, 0x52c, 0x52c, 0, CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC, 15,15,7,7, 35/2}, @@ -1340,8 +1340,8 @@ static const cpu_legacy_table_t cpus_WinChip_SS7[] = { static const cpu_legacy_table_t cpus_Pentium5V[] = { {"pentium_p5", 60000000, 1}, {"pentium_p5", 66666666, 1}, - {"pentium_p54c_od4", 120000000, 2}, - {"pentium_p54c_od4", 133333333, 2}, + {"pentium_p54c_od5v", 120000000, 2}, + {"pentium_p54c_od5v", 133333333, 2}, {NULL, 0, 0} }; @@ -1353,9 +1353,9 @@ static const cpu_legacy_table_t cpus_PentiumS5[] = { {"pentium_p54c", 100000000, 1.5}, {"pentium_p54c", 120000000, 2.0}, {"pentium_p54c", 133333333, 2.0}, - {"pentium_p54c_od5", 125000000, 3.0}, - {"pentium_p54c_od5", 150000000, 2.5}, - {"pentium_p54c_od5", 166666666, 2.5}, + {"pentium_p54c_od3v", 125000000, 3.0}, + {"pentium_p54c_od3v", 150000000, 2.5}, + {"pentium_p54c_od3v", 166666666, 2.5}, {"pentium_p55c_od", 125000000, 2.5}, {"pentium_p55c_od", 150000000, 2.5}, {"pentium_p55c_od", 166000000, 2.5}, @@ -1375,9 +1375,9 @@ static const cpu_legacy_table_t cpus_Pentium3V[] = { {"pentium_p54c", 150000000, 2.5}, {"pentium_p54c", 166666666, 2.5}, {"pentium_p54c", 200000000, 3.0}, - {"pentium_p54c_od5", 125000000, 2.5}, - {"pentium_p54c_od5", 150000000, 2.5}, - {"pentium_p54c_od5", 166666666, 2.5}, + {"pentium_p54c_od3v", 125000000, 2.5}, + {"pentium_p54c_od3v", 150000000, 2.5}, + {"pentium_p54c_od3v", 166666666, 2.5}, {"pentium_p55c_od", 125000000, 2.5}, {"pentium_p55c_od", 150000000, 2.5}, {"pentium_p55c_od", 166000000, 2.5}, @@ -1408,9 +1408,9 @@ static const cpu_legacy_table_t cpus_Pentium[] = { {"pentium_tillamook", 233333333, 3.5}, {"pentium_tillamook", 266666666, 4.0}, {"pentium_tillamook", 300000000, 4.5}, - {"pentium_p54c_od5", 125000000, 2.5}, - {"pentium_p54c_od5", 150000000, 2.5}, - {"pentium_p54c_od5", 166666666, 2.5}, + {"pentium_p54c_od3v", 125000000, 2.5}, + {"pentium_p54c_od3v", 150000000, 2.5}, + {"pentium_p54c_od3v", 166666666, 2.5}, {"pentium_p55c_od", 125000000, 2.5}, {"pentium_p55c_od", 150000000, 2.5}, {"pentium_p55c_od", 166000000, 2.5},