metaforce/NESEmulator/ppu.c

9 lines
127 B
C
Raw Normal View History

2018-02-03 00:35:19 +00:00
#include "fixNES/ppu.c"
/* Non-invasive way to access VRAM buffer directly */
uint8_t* ppuGetVRAM()
{
return PPU_VRAM;
}