mirror of
https://github.com/jscrane/r65emu.git
synced 2025-01-05 01:31:50 +00:00
8 lines
169 B
C
8 lines
169 B
C
#define RAM_SIZE 0x8000u
|
|
|
|
#include <hw/esp8266/espi.h>
|
|
#include <hw/esp8266/kbd.h>
|
|
#include <hw/esp8266/spiram.h>
|
|
#include <hw/esp8266/fs.h>
|
|
#include <hw/esp8266/pwm.h>
|