1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-10 06:29:30 +00:00
r65emu/hw/esp32-espi-dac.h

6 lines
106 B
C
Raw Normal View History

2021-02-17 14:49:40 +00:00
#define RAM_SIZE 0x10000u
2021-02-17 08:06:45 +00:00
2021-02-27 12:01:52 +00:00
#include <hw/esp32/espi.h>
#include <hw/esp32/kbd.h>
#include <hw/esp32/dac.h>