Apple1-esp/config.h

11 lines
147 B
C

#ifndef _CONFIG_H
#define _CONFIG_H
#define RAM_SIZE 4096
#define CPU_INSTRUCTIONS 1000
#define TFT_FG VGA_LIME
#define TFT_BG VGA_BLACK
#endif