use cached psram access

This commit is contained in:
Jeff Epler 2025-03-18 13:56:42 -05:00
parent 1254111004
commit a5e4afc98a

View file

@ -75,7 +75,7 @@ static const uint8_t umac_rom[] = {
#if USE_PSRAM
static uint32_t umac_framebuffer_mirror[640*480/32];
#define umac_ram ((uint8_t*)0x15000000)
#define umac_ram ((uint8_t*)0x11000000)
#else
static uint8_t umac_ram[RAM_SIZE];
#endif