mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Added AMD K6_2 570 MHz.
This commit is contained in:
@@ -5319,6 +5319,23 @@ const cpu_family_t cpu_families[] = {
|
||||
.cache_write_cycles = 17,
|
||||
.atclk_div = 66
|
||||
},
|
||||
{
|
||||
.name = "570",
|
||||
.cpu_type = CPU_K6_2C,
|
||||
.fpus = fpus_internal,
|
||||
.rspeed = 570000000,
|
||||
.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 = 52,
|
||||
.mem_write_cycles = 52,
|
||||
.cache_read_cycles = 18,
|
||||
.cache_write_cycles = 18,
|
||||
.atclk_div = 68
|
||||
},
|
||||
{ .name = "", 0 }
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user