From 81382a0e9162abe225d38f149296cd940b68f3e0 Mon Sep 17 00:00:00 2001 From: ole00 Date: Sat, 25 Mar 2023 21:21:59 +0000 Subject: [PATCH] Afterburner sketch: updated top comments --- afterburner.ino | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/afterburner.ino b/afterburner.ino index 6b602a2..ac7c3ef 100644 --- a/afterburner.ino +++ b/afterburner.ino @@ -24,18 +24,13 @@ * National GAL16V8 * Lattice GAL16V8A, GAL16V8B, GAL16V8D * Lattice GAL22V10B + * Lattice GAL20V8 * Atmel ATF16V8B, ATF16V8C, ATF22V10B, ATF22V10CQZ Requires: * afterburner PC program to upload JED fuse map, erase, read etc. * simple programming circuit. See: https://github.com/ole00/afterburner - Changelog: - * 2019.02.02 - initial version 0.1 - * 2019.04.09 - v. 0.3, - - added set & check of gal type, - - fixed ATF22V10 and GAL22V10 CFG reading bug (porting bug) - */