From 114a0abf6e501f4ce7ef28e471a12f3ceee5c29c Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Fri, 5 Oct 2007 23:13:28 +0200 Subject: [PATCH] added mega8 --- ispprog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ispprog.c b/ispprog.c index be2e17b..b23fe05 100644 --- a/ispprog.c +++ b/ispprog.c @@ -44,6 +44,7 @@ struct { { 0x43, 0x7F, 0xFF }, // mega128 (128 words/page) { 0x72, 0x3F, 0xFF }, // mega32 (64 words/page) { 0x74, 0x3F, 0xFF }, // mega16 (64 words/page) + { 0x76, 0x1F, 0xFF }, // mega8 (32 words/page) { 0x00, 0x00, 0x00 }, };