Align assignments in cpu_table

This commit is contained in:
Jasmine Iwanek
2024-07-23 19:53:27 -04:00
parent cb6cc140d2
commit 56cc182e61

View File

@@ -2494,8 +2494,8 @@ const cpu_family_t cpu_families[] = {
{ .name = "", 0 }
}
},
{
.package = CPU_PKG_SOCKET1 | CPU_PKG_SOCKET3_PC330, /*OEM versions are 3.3V, Retail versions are 3.3V with a 5V regulator for installation in older boards. They are functionally identical*/
{ /*OEM versions are 3.3V, Retail versions are 3.3V with a 5V regulator for installation in older boards. They are functionally identical*/
.package = CPU_PKG_SOCKET1 | CPU_PKG_SOCKET3_PC330,
.manufacturer = "Intel",
.name = "iDX4",
.internal_name = "idx4",
@@ -4023,7 +4023,17 @@ const cpu_family_t cpu_families[] = {
.fpus = fpus_internal,
.rspeed = 75000000,
.multi = 1.5,
.voltage = 3520, .edx_reset = 0x1542, .cpuid_model = 0x1542, .cyrix_id = 0, .cpu_flags = CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC | CPU_FIXED_MULTIPLIER, .mem_read_cycles = 7, .mem_write_cycles = 7,.cache_read_cycles = 4,.cache_write_cycles = 4, .atclk_div = 9},
.voltage = 3520,
.edx_reset = 0x1542,
.cpuid_model = 0x1542,
.cyrix_id = 0,
.cpu_flags = CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC | CPU_FIXED_MULTIPLIER,
.mem_read_cycles = 7,
.mem_write_cycles = 7,
.cache_read_cycles = 4,
.cache_write_cycles = 4,
.atclk_div = 9
},
{
.name = "125",
.cpu_type = CPU_PENTIUMMMX,