Add initial Mazovia 1016 emulation
This commit is contained in:
@@ -373,6 +373,32 @@ const cpu_family_t cpu_families[] = {
|
||||
{ .name = "", 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
.package = CPU_PKG_8086_MAZOVIA,
|
||||
.manufacturer = "Kyiv Research Institute of Microdevices",
|
||||
.name = "K1810VM86",
|
||||
.internal_name = "8086_mazovia",
|
||||
.cpus = (const CPU[]) {
|
||||
{
|
||||
.name = "4.77",
|
||||
.cpu_type = CPU_8086_MAZOVIA,
|
||||
.fpus = fpus_8088,
|
||||
.rspeed = 4772728,
|
||||
.multi = 1,
|
||||
.voltage = 5000,
|
||||
.edx_reset = 0,
|
||||
.cpuid_model = 0,
|
||||
.cyrix_id = 0,
|
||||
.cpu_flags = CPU_ALTERNATE_XTAL,
|
||||
.mem_read_cycles = 0,
|
||||
.mem_write_cycles = 0,
|
||||
.cache_read_cycles = 0,
|
||||
.cache_write_cycles = 0,
|
||||
.atclk_div = 1
|
||||
},
|
||||
{ .name = "", 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
.package = CPU_PKG_188,
|
||||
.manufacturer = "Intel",
|
||||
|
||||
Reference in New Issue
Block a user