Fix memory size report for IBM PS/2 model 30-286

This commit is contained in:
WNT50
2026-02-11 15:30:27 +08:00
parent b636ed3b92
commit e064caac73
4 changed files with 36 additions and 1 deletions

View File

@@ -3173,7 +3173,7 @@ const machine_t machines[] = {
.type = MACHINE_TYPE_286,
.chipset = MACHINE_CHIPSET_PROPRIETARY,
.init = machine_ps2_m30_286_init,
.p1_handler = machine_generic_p1_handler,
.p1_handler = machine_ps2_isa_p1_handler,
.gpio_handler = NULL,
.available_flag = MACHINE_AVAILABLE,
.gpio_acpi_handler = NULL,