Added Itautec Infoway Multim?dia emulation. Patch from EluanCM.

This commit is contained in:
SarahW 2020-03-12 18:14:41 +00:00
commit 9b92305913
5 changed files with 25 additions and 0 deletions

View file

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