Пример #1
0
 public byte[] GetPPUBus()
 {
     LibQuickNES.qn_peek_ppubus(Context, ppubusbuf);
     return(ppubusbuf);
 }