Added Intel Advanced/ZP emulation. Patch from EluanCM.

This commit is contained in:
SarahW 2018-02-20 10:34:46 +00:00
commit 84a0f0bacb
7 changed files with 54 additions and 1 deletions

View file

@ -170,6 +170,9 @@ void *intel_flash_init(uint8_t type)
case ROM_PB570:
strcpy(flash_path, "pb570/");
break;
case ROM_ZAPPA:
strcpy(flash_path, "zappa/");
break;
case ROM_430VX:
strcpy(flash_path, "430vx/");
break;