Reverted the Acer V35N to the service BIOS and made it initialize PCI with the correct slot ID's, the board works correctly now.

This commit is contained in:
OBattler
2017-06-15 19:35:48 +02:00
parent fd923ef050
commit 15b25157ee
2 changed files with 10 additions and 11 deletions

View File

@@ -716,8 +716,8 @@ int loadbios()
biosmask = 0x1ffff;
return 1;
case ROM_ACERV35N:
f = romfopen(L"roms/acerv35n/R01-C0.BIN", L"rb");
case ROM_ACERV35N:
f = romfopen(L"roms/acerv35n/V35ND1S1.BIN", L"rb");
if (!f) break;
fread(rom, 0x20000, 1, f);
fclose(f);