mirror of
https://github.com/ole00/afterburner.git
synced 2025-08-06 05:25:51 +00:00
Merge pull request #4 from mecparts/master
ATF16V8B chips would program & read w/o error, but they wouldn't work
This commit is contained in:
@@ -1014,9 +1014,9 @@ static void readOrVerifyGal(char verify)
|
||||
case ATF16V8B:
|
||||
//read without delay, no discard
|
||||
if (verify) {
|
||||
i = verifyGalFuseMap(cfgV8, 0, 0);
|
||||
i = verifyGalFuseMap(cfgV8AB, 0, 0);
|
||||
} else {
|
||||
readGalFuseMap(cfgV8, 0, 0);
|
||||
readGalFuseMap(cfgV8AB, 0, 0);
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -1157,7 +1157,7 @@ static void writeGal()
|
||||
break;
|
||||
|
||||
case ATF16V8B:
|
||||
writeGalFuseMapV8(cfgV8);
|
||||
writeGalFuseMapV8(cfgV8AB);
|
||||
break;
|
||||
|
||||
case GAL22V10:
|
||||
|
Reference in New Issue
Block a user