Skip to content

Commit

Permalink
update device list
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNisbet committed May 11, 2024
1 parent a6c7cd9 commit ff2f43c
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions docs/_docs/design-250-prom-specific-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The PromDevice23 driver is used to read Commodore 2316, 2332, and 2364 mask-prog
These were used in early computers like the Commodore PET, Atari, Apple II, and others.

Most ROM chips can be read using the standard 28C driver. The 23 series ROMs are unique because
the chip select polarity is configurable when the chip is initally programmed. This means that, for example,
the chip select polarity is configurable when the chip is initally programmed. This means that, for example,
some chips will use CS1 as an active HIGH signal and other will use it active LOW. This existing
Unlock command was repurposed in this driver to scan the chip to determine the polarity of the
Chip Select pin(s).
Expand Down Expand Up @@ -299,21 +299,24 @@ pulsing _WE_.

|Model |Manufacturer |Type |Module |Notes|
|:--- |:--- |:--- |:--- |:--- |
|TMS2564 |TI |EPROM | ||
|AM2716 |AMD |EPROM | ||
|B2732 |Intel |EPROM | ||
|MBM2732A |Fujitsu |EPROM | ||
|2764 |SEEQ |EPROM | ||
|AM2764-2 |AMD |EPROM | ||
|M5L2764K |Mitsubishi |EPROM | ||
|D2764 |Intel |EPROM | ||
|D27128 |Intel |EPROM | ||
|W27C512 |Winbond |EEPROM |27 |Continual 12V or 14V for program/erase,VPP on OE|
|M27C2001 |ST Micro |EPROM | |VCC=6.5V, VPP=12.75V to pgm|
|M27C4001 |ST Micro |EPROM | |VCC=6.5V, VPP=12.75V to pgm|
|W27C512 |Winbond |EEPROM |27 |Continual 12V or 14V for program/erase,VPP on OE|
|AT28C16 |Atmel |EEPROM | ||
|AM28F512 |AMD |EEPROM | ||
|W29C040 |Winbond |Flash | ||
|AM29F040 |AMD |EEPROM | ||
|M29F040 |ST Micro | | ||
|AMS29AF010|AMS | | ||
|W29C040 |Winbond |Flash | ||
|2764 |SEEQ |EPROM | ||
|MBM2732A |Fujitsu |EPROM | ||
|M5L2764K |Mitsubishi |EPROM | ||
|B2732 |Intel |EPROM | ||
|D2764 |Intel |EPROM | ||
|D27128 |Intel |EPROM | ||
|TMS2564 |TI |EPROM | ||
|AM2764-2 |AMD |EPROM | ||
|MCM68766 |Motorola |EPROM | ||

# Chip Manufacturers
Expand Down

0 comments on commit ff2f43c

Please sign in to comment.