fixes for ESP32

This commit is contained in:
Stephen Crane 2018-09-06 09:41:30 +01:00
parent 5af9e7b373
commit ffd169fc8d
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// PS/2 keyboard
#define KBD_DATA 14
#define KBD_IRQ 12
#define KBD_IRQ 0
// SPI-RAM
#undef SPIRAM_CS
@ -24,6 +24,9 @@
#undef SD_CS
#define USE_SPIFFS 1
// sound
#define DAC_SOUND 25
bool hardware_reset();
void hardware_init(class CPU &);
void hardware_checkpoint(class Stream &);