--- M6502/config.h 2007/08/02 16:58:07 100 +++ M6502/config.h 2007/08/03 09:18:08 108 @@ -7,7 +7,7 @@ // do we wont to dump registars? //#define DUMP_R 1 -#define MEM_SIZE 0xffff +#define CACHE_SIZE 0xffff void push_R(void); void pull_R(void);