コード例 #1
0
ファイル: ZXSpectrum.Util.cs プロジェクト: zengfr/BizHawk
 public byte[] GetSZXSnapshot()
 {
     return(SZX.ExportSZX(_machine));
     //return System.Text.Encoding.Default.GetString(data);
 }
コード例 #2
0
 /// <summary>
 /// Called by MainForm - dumps a close approximation of the Spectaculator SZX snapshot format
 /// DEV use only - this is nowhere near accurate
 /// </summary>
 public byte[] GetSZXSnapshot()
 {
     return(SZX.ExportSZX(_machine));
 }