mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 19:51:22 +00:00
7 lines
72 B
C
7 lines
72 B
C
#include "fixNES/ppu.c"
|
|
|
|
uint8_t* ppuGetVRAM()
|
|
{
|
|
return ppu.VRAM;
|
|
}
|