Topic : TOS - das Betriebssystem Author : Version : tos.hyp (5. März 2013) Subject : Programmieren/Atari Nodes : 3001 Index Size : 93602 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Titel @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File4.21.20 SCREEN, OverScan TOS typedef struct { int16_t width; /* Breite in Pixel */ int16_t height; /* Höhe in Pixel */ int16_t bytes_per_line; /* Bytes pro Bildschirmzeile */ int32_t length_of_screen; /* Länge des Bildspeichers in Bytes */ int32_t physbase_offset; /* Offset Start-Bildspeicher<>Physbase */ int32_t logbase_offset; /* Offset Start-Bildspeicher<>Logbase */ } SCREEN; Querverweis: OverScan-XBIOS-Funktionen Oscantab