Added PS/2 Intel AMI keyboard controller type that always returns bit 6 of the input port as 1, fixes Intel Advanced/EV and Advanced/ZP SMM errors (with high-low beeps), and also IDE not found error behavior to fix IDE with some i686 BIOS'es.
This commit is contained in:
@@ -2377,7 +2377,6 @@ void cpu_ven_reset(void)
|
||||
|
||||
void cpu_RDMSR()
|
||||
{
|
||||
cpu_log("RDMSR %08X\n", ECX);
|
||||
switch (machines[machine].cpu[cpu_manufacturer].cpus[cpu_effective].cpu_type)
|
||||
{
|
||||
case CPU_WINCHIP:
|
||||
@@ -2850,6 +2849,8 @@ i686_invalid_rdmsr:
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
cpu_log("RDMSR %08X %08X%08X\n", ECX, EDX, EAX);
|
||||
}
|
||||
|
||||
void cpu_WRMSR()
|
||||
|
||||
Reference in New Issue
Block a user