added mega32

This commit is contained in:
Olaf Rempel 2006-11-15 11:12:41 +01:00
parent 465b0926f2
commit 91e492c0dc
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ struct {
{ 0x20, 0x00, 0x7F }, // at90s2313 (no paging, reads 0x7F back)
{ 0x38, 0x00, 0x7F }, // at90s8515 (no paging, reads 0x7F back)
{ 0x43, 0x7F, 0xFF }, // mega128 (128 words/page)
{ 0x72, 0x3F, 0xFF }, // mega32 (64 words/page)
{ 0x74, 0x3F, 0xFF }, // mega16 (64 words/page)
{ 0x00, 0x00, 0x00 },
};