Added Packard Bell PB520r emulation.
This commit is contained in:
parent
2c985a6c79
commit
cc60e2b2c5
19 changed files with 146 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue