Add Packard Bell PB570 emulation.

This commit is contained in:
SarahW 2018-02-19 22:09:56 +00:00
commit ce5ae22307
9 changed files with 58 additions and 3 deletions

View file

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