From 33eec2ef526da374b91ad50c202177b93aa639da Mon Sep 17 00:00:00 2001 From: TC1995 Date: Wed, 17 Jun 2020 14:49:23 +0200 Subject: [PATCH] Removed last instances of the deskpro 386 code. --- src/cpu/cpu.h | 1 - src/cpu/cpu_table.c | 9 --------- 2 files changed, 10 deletions(-) diff --git a/src/cpu/cpu.h b/src/cpu/cpu.h index 985696b53..567b40fc0 100644 --- a/src/cpu/cpu.h +++ b/src/cpu/cpu.h @@ -128,7 +128,6 @@ extern CPU cpus_8086[]; extern CPU cpus_286[]; extern CPU cpus_i386SX[]; extern CPU cpus_i386DX[]; -extern CPU cpus_i386DX_Compaq[]; extern CPU cpus_Am386SX[]; extern CPU cpus_Am386DX[]; extern CPU cpus_486SLC[]; diff --git a/src/cpu/cpu_table.c b/src/cpu/cpu_table.c index d6939f78e..71df19605 100644 --- a/src/cpu/cpu_table.c +++ b/src/cpu/cpu_table.c @@ -186,15 +186,6 @@ CPU cpus_i386DX[] = { {"", -1, 0, 0, 0, 0, 0, 0, 0,0,0,0, 0} }; -CPU cpus_i386DX_Compaq[] = { - /*i386DX/RapidCAD*/ - {"i386DX/16", CPU_386DX, fpus_80286, 16000000, 1, 0x0308, 0, 0, 0, 3,3,3,3, 2}, - {"i386DX/20", CPU_386DX, fpus_80286, 20000000, 1, 0x0308, 0, 0, 0, 4,4,3,3, 3}, - {"i386DX/25", CPU_386DX, fpus_80286, 25000000, 1, 0x0308, 0, 0, 0, 4,4,3,3, 3}, - {"i386DX/33", CPU_386DX, fpus_80286, 33333333, 1, 0x0308, 0, 0, 0, 6,6,3,3, 4}, - {"i386DX/40", CPU_386DX, fpus_80286, 40000000, 1, 0x0308, 0, 0, 0, 7,7,3,3, 5}, - {"", -1, 0, 0, 0, 0, 0, 0, 0,0,0,0, 0} -}; CPU cpus_Am386SX[] = { /*Am386SX*/