mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Also add the 600 MHz overclocked version of the 570 MHz.
This commit is contained in:
@@ -5336,6 +5336,23 @@ const cpu_family_t cpu_families[] = {
|
||||
.cache_write_cycles = 18,
|
||||
.atclk_div = 68
|
||||
},
|
||||
{
|
||||
.name = "600 (570 OC)",
|
||||
.cpu_type = CPU_K6_2C,
|
||||
.fpus = fpus_internal,
|
||||
.rspeed = 600000000,
|
||||
.multi = 6.0,
|
||||
.voltage = 2300,
|
||||
.edx_reset = 0x58c,
|
||||
.cpuid_model = 0x58c,
|
||||
.cyrix_id = 0,
|
||||
.cpu_flags = CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC,
|
||||
.mem_read_cycles = 54,
|
||||
.mem_write_cycles = 54,
|
||||
.cache_read_cycles = 18,
|
||||
.cache_write_cycles = 18,
|
||||
.atclk_div = 72
|
||||
},
|
||||
{ .name = "", 0 }
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user