From a0d7e3ca1daf5133d584bfcb576e609e27352ea1 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 30 Dec 2013 07:21:37 +0000 Subject: -AVR8 improvements: [Felipe Sanches] - Added ELPM instructions - Added fuse bits macros - Added reset logic to decide initial program counter based on fuse bits configuration - Added initial support for ATMEGA1280 and ATMEGA2560 - Use register names in the disassembly of IN and OUT instructions (MESS) New driver : Replicator 1 [Felipe Sanches] (MESS) Replicator 1 driver: [Felipe Sanches] - status: no sound / not working - general skeleton. - basic memory mapping - shift-register interfacing from PORTC writes to the LCD device - avr8 fuses configuration --- src/targets/mess.lst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/targets') diff --git a/src/targets/mess.lst b/src/targets/mess.lst index 86c75733479..51d297f2636 100644 --- a/src/targets/mess.lst +++ b/src/targets/mess.lst @@ -399,6 +399,9 @@ @magnavox /mess/drivers/odyssey2 +@makerbot +/mess/drivers/replicator + @mattel /mess/drivers/aquarius /mess/drivers/juicebox -- cgit v1.2.3