Added Winchip 2 timing model.
This commit is contained in:
parent
9b8b6c2c70
commit
7ec6f1e4ce
4 changed files with 757 additions and 3 deletions
|
|
@ -1047,7 +1047,7 @@ void cpu_set()
|
|||
timing_jmp_pm_gate = 17;
|
||||
timing_misaligned = 2;
|
||||
cpu_cyrix_alignment = 1;
|
||||
codegen_timing_set(&codegen_timing_winchip);
|
||||
codegen_timing_set(&codegen_timing_winchip2);
|
||||
break;
|
||||
|
||||
case CPU_PENTIUM:
|
||||
|
|
|
|||
Loading…
Reference in a new issue