From d52249939c1f689ca6f100eedd9d24a4f670af12 Mon Sep 17 00:00:00 2001 From: anabate123 <62159176+anabate123@users.noreply.github.com> Date: Mon, 26 Oct 2020 17:53:05 -0400 Subject: [PATCH] Added support for the 133MHz Pentium processor for Socket 5 CPUs --- src/cpu/cpu_table.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpu/cpu_table.c b/src/cpu/cpu_table.c index 50ea5763e..00854d457 100644 --- a/src/cpu/cpu_table.c +++ b/src/cpu/cpu_table.c @@ -538,6 +538,7 @@ CPU cpus_PentiumS5[] = { {"Pentium 100/50", CPU_PENTIUM, fpus_internal, 100000000, 2.0, 0x524, 0x524, 0, CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC, 10,10,6,6, 12}, {"Pentium 100/66", CPU_PENTIUM, fpus_internal, 100000000, 1.5, 0x526, 0x526, 0, CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC, 9, 9,4,4, 12}, {"Pentium 120", CPU_PENTIUM, fpus_internal, 120000000, 2.0, 0x526, 0x526, 0, CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC, 12,12,6,6, 14}, + {"Pentium 133", CPU_PENTIUM, fpus_internal, 133333333, 2.0, 0x52c, 0x52c, 0, CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC, 12,12, 6, 6, 16}, /*Intel Pentium OverDrive*/ {"Pentium OverDrive 125", CPU_PENTIUM, fpus_internal, 125000000, 3.0, 0x52c, 0x52c, 0, CPU_SUPPORTS_DYNAREC | CPU_REQUIRES_DYNAREC, 12,12,7,7, 16},