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.5.4 EsetBank TOS Name: »Set color look up bank« - Sets the bank for the colour table from the 16 available. Opcode: 82 Syntax: int16_t EsetBank( int16_t bankNum ); Description: The XBIOS routine EsetBank sets the bank number for the colour table of the TT to the value bankNum. The permitted value of bankNum lies between 0 and 15. If bankNum is negative, the current setting will not be altered. Return value: The function returns the previous setting. Availability: The function is available only in the TOS of the Atari TT. Group: Screen functions See also: Binding