예제 #1
0
 public byte PeekPPU(int addr)
 {
     return(LibQuickNES.qn_peek_ppu(Context, addr));
 }