Hi Joel,
Am Freitag, 22. Mai 2009 16:39 schrieb Joel Sherrill:
> Onno.. examples/feedback is not running for me
> with these changes in.  Please let me know
> what I missed committing.
I'll have a look. I just found that there is a strange change
in atmega128.cpp:

diff --git a/src/atmega128.cpp b/src/atmega128.cpp
index 80c838f..9619944 100644
--- a/src/atmega128.cpp
+++ b/src/atmega128.cpp
@@ -40,7 +40,7 @@
 //#include "avrdevice_impl.h"
 AvrDevice_atmega128::~AvrDevice_atmega128() {}
 AvrDevice_atmega128::AvrDevice_atmega128():
-AvrDevice(224, 4096, 0xef00, 128*1024),
+AvrDevice(224, 4096, 0xef00, 256*1024),
 aref()
 {

As far as I can see, this was not in my patch. Maybe 
this is some test code which slipped in?

Best regards,

Onno


_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to