Rename the 3V/5V Pentium OverDrives to something that makes a bit more sense
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user