use cached psram access
This commit is contained in:
parent
1254111004
commit
a5e4afc98a
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static const uint8_t umac_rom[] = {
|
||||||
|
|
||||||
#if USE_PSRAM
|
#if USE_PSRAM
|
||||||
static uint32_t umac_framebuffer_mirror[640*480/32];
|
static uint32_t umac_framebuffer_mirror[640*480/32];
|
||||||
#define umac_ram ((uint8_t*)0x15000000)
|
#define umac_ram ((uint8_t*)0x11000000)
|
||||||
#else
|
#else
|
||||||
static uint8_t umac_ram[RAM_SIZE];
|
static uint8_t umac_ram[RAM_SIZE];
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue