Exemplo n.º 1
0
 public static byte[] GetCdlData(UInt32 offset, UInt32 length, SnesMemoryType memType)
 {
     byte[] cdlData = new byte[length];
     DebugApi.GetCdlDataWrapper(offset, length, memType, cdlData);
     return(cdlData);
 }