Readded the Award 430VX PCI, this time with the UMC UM8699F Super I/O chip emulated correctly per commit from mainline PCem + my own fixes.

This commit is contained in:
OBattler
2017-08-21 02:15:21 +02:00
parent 87954bd2c9
commit 0213fedfe1
5 changed files with 295 additions and 14 deletions

View File

@@ -441,16 +441,6 @@ int loadbios()
fclose(f);
return 1;
case ROM_SIS496:
f = romfopen(L"roms/machines/sis496/SIS496_3.AWA", L"rb");
if (!f) break;
fread(rom, 0x20000, 1, f);
fclose(f);
biosmask = 0x1ffff;
pclog("Load SIS496 %x %x\n", rom[0x1fff0], rom[0xfff0]);
return 1;
#if 0
case ROM_430VX:
f = romfopen(L"roms/machines/430vx/55XWUQ0E.BIN", L"rb");
if (!f) break;
@@ -458,7 +448,6 @@ int loadbios()
fclose(f);
biosmask = 0x1ffff;
return 1;
#endif
case ROM_REVENGE:
f = romfopen(L"roms/machines/revenge/1009AF2_.BIO", L"rb");