5 additional SST flash devices

This commit is contained in:
Jasmine Iwanek
2022-08-11 21:26:22 -04:00
parent 0aea293890
commit d3545ee703
2 changed files with 84 additions and 0 deletions

View File

@@ -31,6 +31,11 @@ extern const device_t sst_flash_39sf020_device;
extern const device_t sst_flash_39sf040_device;
extern const device_t sst_flash_49lf002_device;
extern const device_t sst_flash_49lf003_device;
extern const device_t sst_flash_49lf030_device;
extern const device_t sst_flash_49lf004_device;
extern const device_t sst_flash_49lf008_device;
extern const device_t sst_flash_49lf016_device;
extern const device_t sst_flash_49lf160_device;
#endif /*EMU_FLASH_H*/