2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-21 21:13:29 +00:00
2018-02-02 14:35:19 -10:00

9 lines
127 B
C

#include "fixNES/ppu.c"
/* Non-invasive way to access VRAM buffer directly */
uint8_t* ppuGetVRAM()
{
return PPU_VRAM;
}