Round 2 of the clean-ups - AT vs. PS/2 KBC is now decided based on machine flags, reduces the chances of mismatch to zero.

This commit is contained in:
OBattler
2025-08-23 15:05:08 +02:00
parent 5204f44a4a
commit 467b6b8f77
21 changed files with 366 additions and 517 deletions

View File

@@ -139,6 +139,9 @@ void
machine_init(void)
{
bios_only = 0;
machine_set_ps2();
(void) machine_init_ex(machine);
}