Bits of cpu_table formatting which escaped
This commit is contained in:
@@ -3282,10 +3282,38 @@ const cpu_family_t cpu_families[] = {
|
|||||||
.internal_name = "cx486dx4",
|
.internal_name = "cx486dx4",
|
||||||
.cpus = (const CPU[]) {
|
.cpus = (const CPU[]) {
|
||||||
{
|
{
|
||||||
.name = "75", .cpu_type = CPU_Cx486DX, .fpus = fpus_internal, .rspeed = 75000000, .multi = 3.0, .voltage = 5000, .edx_reset = 0x480, .cpuid_model = 0, .cyrix_id = 0x361f, .cpu_flags = CPU_SUPPORTS_DYNAREC, .mem_read_cycles = 12,.mem_write_cycles = 12, .cache_read_cycles = 9, .cache_write_cycles = 9, .atclk_div = 9
|
.name = "75",
|
||||||
|
.cpu_type = CPU_Cx486DX,
|
||||||
|
.fpus = fpus_internal,
|
||||||
|
.rspeed = 75000000,
|
||||||
|
.multi = 3.0,
|
||||||
|
.voltage = 5000,
|
||||||
|
.edx_reset = 0x480,
|
||||||
|
.cpuid_model = 0,
|
||||||
|
.cyrix_id = 0x361f,
|
||||||
|
.cpu_flags = CPU_SUPPORTS_DYNAREC,
|
||||||
|
.mem_read_cycles = 12,
|
||||||
|
.mem_write_cycles = 12,
|
||||||
|
.cache_read_cycles = 9,
|
||||||
|
.cache_write_cycles = 9,
|
||||||
|
.atclk_div = 9
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "100", .cpu_type = CPU_Cx486DX, .fpus = fpus_internal, .rspeed = 100000000, .multi = 3.0, .voltage = 5000, .edx_reset = 0x480, .cpuid_model = 0, .cyrix_id = 0x361f, .cpu_flags = CPU_SUPPORTS_DYNAREC, .mem_read_cycles = 15,.mem_write_cycles = 15, .cache_read_cycles = 9, .cache_write_cycles = 9, .atclk_div = 12
|
.name = "100",
|
||||||
|
.cpu_type = CPU_Cx486DX,
|
||||||
|
.fpus = fpus_internal,
|
||||||
|
.rspeed = 100000000,
|
||||||
|
.multi = 3.0,
|
||||||
|
.voltage = 5000,
|
||||||
|
.edx_reset = 0x480,
|
||||||
|
.cpuid_model = 0,
|
||||||
|
.cyrix_id = 0x361f,
|
||||||
|
.cpu_flags = CPU_SUPPORTS_DYNAREC,
|
||||||
|
.mem_read_cycles = 15,
|
||||||
|
.mem_write_cycles = 15,
|
||||||
|
.cache_read_cycles = 9,
|
||||||
|
.cache_write_cycles = 9,
|
||||||
|
.atclk_div = 12
|
||||||
},
|
},
|
||||||
{ .name = "", 0 }
|
{ .name = "", 0 }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user