mirror of
https://github.com/jscrane/r65emu.git
synced 2025-02-12 17:32:08 +00:00
7 lines
87 B
C
7 lines
87 B
C
// "tape" storage...
|
|
#define USE_SD
|
|
#define SD_CS D0
|
|
#undef USE_SPIFFS
|
|
#undef USE_FS
|
|
|