Merge pull request #1381 from nerd73/486enh

Fix major issue with the Am486DXL.
This commit is contained in:
Miran Grča
2021-04-16 20:42:56 +02:00
committed by GitHub

View File

@@ -762,6 +762,7 @@ cpu_set(void)
case CPU_i486DX:
case CPU_Am486SX:
case CPU_Am486DX:
case CPU_Am486DXL:
case CPU_ENH_Am486DX:
/*AMD timing identical to Intel*/
#ifdef USE_DYNAREC