Give the Compaq Deskpro 386 its own set of CPUs
Both BIOSes can now take a 16, 20 or 25 MHz 386DX, with the 16 MHz one paired with a 287 FPU. Also remove unused CPU packages from the enum
This commit is contained in:
@@ -4913,10 +4913,10 @@ const machine_t machines[] = {
|
||||
.available_flag = MACHINE_AVAILABLE,
|
||||
.gpio_acpi_handler = NULL,
|
||||
.cpu = {
|
||||
.package = CPU_PKG_386DX,
|
||||
.package = CPU_PKG_386DX_DESKPRO386,
|
||||
.block = CPU_BLOCK(CPU_486DLC, CPU_RAPIDCAD),
|
||||
.min_bus = 16000000,
|
||||
.max_bus = 16000000,
|
||||
.max_bus = 25000000,
|
||||
.min_voltage = 0,
|
||||
.max_voltage = 0,
|
||||
.min_multi = 0,
|
||||
@@ -4952,9 +4952,9 @@ const machine_t machines[] = {
|
||||
.available_flag = MACHINE_AVAILABLE,
|
||||
.gpio_acpi_handler = NULL,
|
||||
.cpu = {
|
||||
.package = CPU_PKG_386DX,
|
||||
.package = CPU_PKG_386DX_DESKPRO386,
|
||||
.block = CPU_BLOCK(CPU_486DLC, CPU_RAPIDCAD),
|
||||
.min_bus = 25000000,
|
||||
.min_bus = 16000000,
|
||||
.max_bus = 25000000,
|
||||
.min_voltage = 0,
|
||||
.max_voltage = 0,
|
||||
|
||||
Reference in New Issue
Block a user