Corrected size of Advanced/EV BIOS. Patch from ecksemmess.

This commit is contained in:
TomW 2015-11-13 20:44:46 +00:00
commit c45a33a97f

View file

@ -460,7 +460,7 @@ int loadbios()
f = romfopen("roms/endeavor/1006CB0_.BI1", "rb");
if (!f) break;
fseek(f, 0x80, SEEK_SET);
fread(rom, 0xc000, 1, f);
fread(rom, 0xd000, 1, f);
fclose(f);
biosmask = 0x1ffff;
//is486=1;