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*/