示例#1
0
 public byte[] GetOam()
 {
     Marshal.Copy(LibQuickNES.qn_get_oammem(Context), oambuf, 0, 0x100);
     return(oambuf);
 }