Remove 386DX CPUs from 386SX models (and vice-versa).

This commit is contained in:
SarahW 2017-02-18 18:14:53 +00:00
commit 45423fe499
3 changed files with 16 additions and 30 deletions

View file

@ -71,11 +71,11 @@ typedef struct
extern CPU cpus_8088[];
extern CPU cpus_8086[];
extern CPU cpus_286[];
extern CPU cpus_i386[];
extern CPU cpus_i386SX[];
extern CPU cpus_i386DX[];
extern CPU cpus_Am386[];
extern CPU cpus_Am386SX[];
extern CPU cpus_Am386DX[];
extern CPU cpus_486SDLC[];
extern CPU cpus_486SLC[];
extern CPU cpus_486DLC[];
extern CPU cpus_i486[];
extern CPU cpus_Am486[];