Assorted fixes, the Compaq Presario 7100 486 no longer crashes on CTRL+ALT+DEL.

This commit is contained in:
OBattler
2025-05-27 04:47:45 +02:00
parent 09e107e008
commit 09f63b6466
4 changed files with 24 additions and 60 deletions

View File

@@ -830,7 +830,9 @@ write_p2(atkbc_t *dev, uint8_t val)
softresetx86(); /* Pulse reset! */
cpu_set_edx();
flushmmucache();
if ((kbc_ven == KBC_VEN_ALI) || !strcmp(machine_get_internal_name(), "spc7700plw"))
if ((kbc_ven == KBC_VEN_ALI) ||
!strcmp(machine_get_internal_name(), "spc7700plw") ||
!strcmp(machine_get_internal_name(), "pl4600c"))
smbase = 0x00030000;
/* Yes, this is a hack, but until someone gets ahold of the real PCD-2L