Added ASUS P/I-P55T2P4 emulation, along with i430HX chipset emulation. Patch from Martin_Riarte.
This commit is contained in:
parent
1ddcbdaf4c
commit
2c5824f2cd
13 changed files with 183 additions and 7 deletions
|
|
@ -494,6 +494,14 @@ int loadbios()
|
|||
//is486=1;
|
||||
return 1;
|
||||
|
||||
case ROM_P55T2P4:
|
||||
f = romfopen("p55t2p4/0207_j2.bin", "rb");
|
||||
if (!f) break;
|
||||
romfread(rom, 0x20000, 1, f);
|
||||
fclose(f);
|
||||
biosmask = 0x1ffff;
|
||||
return 1;
|
||||
|
||||
case ROM_REVENGE:
|
||||
f = romfopen("revenge/1009af2_.bio", "rb");
|
||||
if (!f) break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue