Apple1-esp/config.h
Stephen Crane a37eaee362 add spiram
2014-11-14 12:27:56 +00:00

15 lines
243 B
C

#ifndef _CONFIG_H
#define _CONFIG_H
#define RAM_SIZE 4096
#define SPIRAM_BASE 0x1000
#define SPIRAM_EXTENT (28 * 1024 / 256)
#define CPU_INSTRUCTIONS 1000
#define TFT_FG VGA_LIME
#define TFT_BG VGA_BLACK
#define PROGRAMS "/apple1/"
#endif