integrating simulator

This commit is contained in:
tixiv 2008-12-04 03:34:55 +00:00
commit a7b074a889
11 changed files with 427 additions and 547 deletions

View file

@ -4,10 +4,6 @@
#include "../pixel.h"
#include "../util.h"
#ifdef AVR
#include <avr/io.h>
#endif
#define RANDOM8() (random8())
#ifdef ANIMATION_TESTS