From 53270408ce89b5467331142df3d9ad3dc07dd225 Mon Sep 17 00:00:00 2001 From: nerd73 Date: Thu, 15 Apr 2021 23:59:09 -0600 Subject: [PATCH] add another am486dxl thing --- src/cpu/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpu/cpu.c b/src/cpu/cpu.c index 5415aab31..c9c6692c5 100644 --- a/src/cpu/cpu.c +++ b/src/cpu/cpu.c @@ -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