mirror of
https://github.com/ole00/afterburner.git
synced 2025-01-15 08:29:45 +00:00
Support ST GAL16V8
This commit is contained in:
parent
47432b8c05
commit
f2ae8e2391
@ -26,6 +26,7 @@ Supported GAL chips:
|
||||
* Lattice GAL16V8A, GAL16V8B, GAL16V8D
|
||||
* Lattice GAL22V10B, GAL22V10D
|
||||
* National GAL16V8
|
||||
* ST Microsystems GAL16V8
|
||||
* Lattice GAL20V8B (no adapter needed)
|
||||
|
||||
**This is a new Afterburner design with variable programming voltage control and with single ZIF socket for 20 and 24 pin GAL chips.**
|
||||
|
@ -1658,6 +1658,8 @@ static char checkGalTypeViaPes(void)
|
||||
for (type = (sizeof(galinfo) / sizeof(galinfo[0])) - 1; type; type--) {
|
||||
if (pes[2] == galinfo[type].id0 || pes[2] == galinfo[type].id1) break;
|
||||
}
|
||||
} else if (pes[3] == SGSTHOMSON && pes[2] == 0x00) {
|
||||
type = GAL16V8;
|
||||
}
|
||||
|
||||
return type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user