Apple1-esp/config.h

15 lines
244 B
C
Raw Normal View History

2014-11-11 17:13:25 +00:00
#ifndef _CONFIG_H
#define _CONFIG_H
2014-11-16 21:46:39 +00:00
#define RAM_SIZE 0x3000
#define SPIRAM_BASE 0x3000
#define SPIRAM_EXTENT (8 * 1024 / 256)
2014-11-14 12:27:56 +00:00
2014-11-11 17:13:25 +00:00
#define CPU_INSTRUCTIONS 1000
#define TFT_FG VGA_LIME
#define TFT_BG VGA_BLACK
2014-11-14 11:45:28 +00:00
#define PROGRAMS "/apple1/"
2014-11-11 17:13:25 +00:00
#endif