Added Packard Bell PB520r emulation.

This commit is contained in:
SarahW 2018-02-20 15:55:46 +00:00
commit cc60e2b2c5
19 changed files with 146 additions and 10 deletions

View file

@ -164,6 +164,9 @@ void *intel_flash_init(uint8_t type)
case ROM_REVENGE:
strcpy(flash_path, "revenge/");
break;
case ROM_PB520R:
strcpy(flash_path, "pb520r/");
break;
case ROM_ENDEAVOR:
strcpy(flash_path, "endeavor/");
break;