r65emu/hw/blank.h

22 lines
284 B
C
Raw Normal View History

2018-11-27 07:59:34 +00:00
// TFT display...
#undef USE_ESPI
#undef USE_UTFT
// PS/2 keyboard
#define KBD_DATA 34
#define KBD_IRQ 35
2021-02-17 14:49:40 +00:00
#define RAM_SIZE 0u
2021-02-17 08:06:45 +00:00
2018-11-27 07:59:34 +00:00
// SPI-RAM
#undef USE_SPIRAM
// "tape" storage...
#undef USE_SD
#undef USE_FS
#undef USE_SPIFFS
// sound: dac and pwm
#undef DAC_SOUND
#undef PWM_SOUND