Added Intel Advanced/ZP emulation. Patch from EluanCM.
This commit is contained in:
parent
ce5ae22307
commit
84a0f0bacb
7 changed files with 54 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue