Property:IDE ROM type

From Vogons Wiki
Jump to navigation Jump to search

Text value for the type of ROM/EEPROM/Flash chip. One of:

  • None - no ROM chip is present
  • 28-pin JEDEC - standard byte-wide 28-pin ROM/PROM
  • 32-pin JEDEC - standard 32-pin EEPROM/flash chip
  • PLCC32 - 32-pin PLCC flash chip
  • TSOP40 - 40-pin TSOP package, usually flash memory

Add others to this list as needed - try to be as generic as possible, avoiding part names and using interface names instead.

Showing 18 pages using this property.
The request is being processed and may take a moment. Preparing...
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "None", "28-pin JEDEC", "32-pin JEDEC", "PLCC32", "TSOP40" ] } }