public byte[] GetSZXSnapshot() { return(SZX.ExportSZX(_machine)); //return System.Text.Encoding.Default.GetString(data); }
/// <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)); }