1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-01 07:41:57 +00:00

add esp32 config

This commit is contained in:
Stephen Crane 2021-02-19 08:28:47 +00:00
parent 3f82a51311
commit fdc54d65f6

32
hw/esp32-espi.h Normal file
View File

@ -0,0 +1,32 @@
// TFT display...
#define USE_ESPI
//#define USER_SETUP_LOADED
//#define ILI9341_DRIVER
//#define TFT_CS 5
//#define TFT_DC 2
//#define TFT_MOSI 23
//#define TFT_MISO -1
//#define TFT_SCLK 18
//#define TFT_RST -1
//#define SPI_FREQUENCY 40000000
//#define LOAD_GLCD
// PS/2 keyboard
#define KBD_DATA 34
#define KBD_IRQ 35
#define RAM_SIZE 0x10000u
// SPI-RAM
#undef USE_SPIRAM
#define SPIRAM_SIZE 0u
// "tape" storage...
#undef USE_SD
#undef USE_FS
#undef USE_SPIFFS
// sound: dac and pwm
#undef DAC_SOUND
#undef PWM_SOUND
#undef PWM_DUTY