2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00
Files
metaforce/NESEmulator/ppu.c

7 lines
72 B
C

#include "fixNES/ppu.c"
uint8_t* ppuGetVRAM()
{
return ppu.VRAM;
}