mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Fixed the Tandy 1000HX CPU's.
This commit is contained in:
parent
7001a66ddb
commit
fc409288f8
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ const machine_t machines[] = {
|
|||
.available_flag = MACHINE_AVAILABLE,
|
||||
.gpio_acpi_handler = NULL,
|
||||
.cpu = {
|
||||
.package = CPU_PKG_8088_EUROPC,
|
||||
.package = CPU_PKG_8088,
|
||||
.block = CPU_BLOCK_NONE,
|
||||
.min_bus = 0,
|
||||
.max_bus = 0,
|
||||
|
|
Loading…
Reference in a new issue