Rename the Soyo 4SA2 to 4SAW2 and give it VLB and PS/2 mouse support

This commit is contained in:
Alexander Babikov
2021-10-17 03:45:43 +05:00
parent 3d03ede868
commit 1182235d7f
4 changed files with 6 additions and 4 deletions

View File

@@ -644,6 +644,8 @@ load_machine(void)
machine = machine_get_machine_from_internal_name("s1857");
else if (! strcmp(p, "63a"))
machine = machine_get_machine_from_internal_name("63a1");
else if (! strcmp(p, "4sa2"))
machine = machine_get_machine_from_internal_name("4saw2");
else if (! strcmp(p, "award386dx")) /* ...merged machines... */
machine = machine_get_machine_from_internal_name("award495");
else if (! strcmp(p, "ami386dx"))