Added Itautec Infoway Multim?dia emulation. Patch from EluanCM.
This commit is contained in:
parent
a113e4546f
commit
9b92305913
5 changed files with 25 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ void *intel_flash_init(uint8_t type)
|
|||
case ROM_P55T2P4:
|
||||
strcpy(flash_path, "p55t2p4/");
|
||||
break;
|
||||
case ROM_ITAUTEC_INFOWAYM:
|
||||
strcpy(flash_path, "infowaym/");
|
||||
break;
|
||||
default:
|
||||
fatal("intel_flash_init on unsupported ROM set %i\n", romset);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue