Added ASUS P/I-P55T2P4 emulation, along with i430HX chipset emulation. Patch from Martin_Riarte.

This commit is contained in:
SarahW 2019-01-15 20:00:17 +00:00
commit 2c5824f2cd
13 changed files with 183 additions and 7 deletions

View file

@ -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);
}