Пример #1
0
 public byte[] GetPalRam()
 {
     Marshal.Copy(LibQuickNES.qn_get_palmem(Context), palrambuf, 0, 0x20);
     return(palrambuf);
 }