This website requires JavaScript.
Explore
Help
Sign In
AxioDL
/
metaforce
mirror of
https://github.com/AxioDL/metaforce.git
Watch
2
Star
0
Fork
You've already forked metaforce
0
Code
Issues
Projects
Releases
Wiki
Activity
d93cf46bc3
metaforce
/
NESEmulator
/
ppu.c
7 lines
72 B
C
Raw
Blame
History
#
include
"fixNES/ppu.c"
uint8_t
*
ppuGetVRAM
(
)
{
return
ppu
.
VRAM
;
}
Reference in New Issue
View Git Blame
Copy Permalink