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

@@ -1025,11 +1025,11 @@ machine_at_486sp3c_init(const machine_t *model)
int
machine_at_4sa2_init(const machine_t *model)
machine_at_4saw2_init(const machine_t *model)
{
int ret;
ret = bios_load_linear("roms/machines/4sa2/4saw0911.bin",
ret = bios_load_linear("roms/machines/4saw2/4saw0911.bin",
0x000e0000, 131072, 0);
if (bios_only || !ret)