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.17.4 dsptristate TOS Name: »dsptristate« - Coordinate external DSP hardware Opcode: 137 Syntax: int32_t dsptristate( int16_t dspxmit, int16_t dsprec ); Description: The XBIOS routine dsptristate uncouples connections from the multiplexer connection matrix when external hardware is connected to the SSI port of the DSP. Parameter Meaning dspxmit The value 0 disconnects the multiplexer from the corresponding connection, while 1 permits the connection. dsprec The value 0 disconnects the multiplexer from the corresponding connection, while 1 permits the connection. Return value: The function returns the value 0 if the operation was successfull, or non-zero otherwise. Availability: The function is only available on computers of the Falcon series. Group: Sound routines See also: Binding buffoper buffptr devconnect gpio locksnd setbuffer setinterrupt setmontracks setmode settracks sndstatus soundcmd unlocksnd