mirror of
https://github.com/jscrane/r65emu.git
synced 2025-02-15 07:30:43 +00:00
7 lines
109 B
C
7 lines
109 B
C
// SPI-RAM
|
|
#define USE_SPIRAM
|
|
#define SPIRAM_DEV SPI
|
|
#define SPIRAM_CS D0
|
|
#define SPIRAM_SIZE 0x8000u
|
|
|