IBM PS/2 Model 30-286 fixes

the real machine supports 512 KB RAM configurations and ISA video cards
This commit is contained in:
pankozaC++
2025-03-23 14:26:07 +01:00
committed by GitHub
parent c5efce619f
commit c65b7bda66

View File

@@ -2756,11 +2756,11 @@ const machine_t machines[] = {
.max_multi = 0 .max_multi = 0
}, },
.bus_flags = MACHINE_PS2, .bus_flags = MACHINE_PS2,
.flags = MACHINE_XTA | MACHINE_VIDEO_FIXED, .flags = MACHINE_XTA | MACHINE_VIDEO,
.ram = { .ram = {
.min = 1024, .min = 512,
.max = 16384, .max = 16384,
.step = 1024 .step = 512
}, },
.nvrmask = 127, .nvrmask = 127,
.kbc_device = NULL, .kbc_device = NULL,