1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-09 14:29:35 +00:00
r65emu/hw/lilygo-vga32.h

19 lines
256 B
C

// LilyGO TTGO VGA32
#define USE_VGA
#define USE_KBD
#define KBD_DATA 32
#define KBD_IRQ 33
#define RAM_SIZE 0x10000u
// sound: dac and pwm
#define DAC_SOUND 25
#define PWM_SOUND 25
// "tape" storage...
#undef USE_SD
#undef USE_FS
#define USE_SPIFFS