package mz700_tape_wav_gen type StandardTapeFile struct { FileAttribute byte Filename string LoadAddress uint16 ExecuteAfterLoad bool ExecuteAddress uint16 IsStringComment bool StringComment string BinaryComment []byte File []byte }