Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File4.21.4 DSPBLOCK TOS typedef struct { int16_t blocktype; /* Type of data in buffer: */ /* 0 : LongInt */ /* 1 : Integer */ /* 2 : Byte */ int32_t blocksize; /* Buffer size */ void *blockaddr; /* Pointer to the buffer */ } DSPBLOCK; See Also: Dsp_MultBlocks DSP programming