Merge pull request #4646 from jriwanek-forks/tandy

Fixed the Tandy 1000HX CPU's.
This commit is contained in:
Miran Grča
2024-07-24 02:27:19 +02:00
committed by GitHub

View File

@@ -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,