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
|
|
@ -185,6 +185,9 @@ void *intel_flash_init(uint8_t type)
|
|||
case ROM_430VX:
|
||||
strcpy(flash_path, "430vx/");
|
||||
break;
|
||||
case ROM_P55T2P4:
|
||||
strcpy(flash_path, "p55t2p4/");
|
||||
break;
|
||||
default:
|
||||
fatal("intel_flash_init on unsupported ROM set %i\n", romset);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue