•  Back 
  •  XBIOS Structures 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
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.14  OVERPATCH                                                 TOS

typedef struct
{
   int16_t low_w  ,mid_w  ,high_w;   /* Width in pixels                    */
   int16_t low_h  ,mid_h  ,high_h;   /* Height in pixels                   */
   int32_t low_off,mid_off,high_off; /* Offset screen memory<>logbase      */
   int32_t mono_add,color_add;       /* Additional memory requirement      */
   int8_t  clear_scan;               /* Scancode of the clear function     */
   int8_t  clear_shift;              /* Shiftcode of the clear function    */
   int8_t  setup_shift;              /* Shiftcode for setup (mask)         */
   int8_t  invert_shift;             /* Shiftcode for inverting the mode   */
   int8_t  abort_shift;              /* Shiftcode for termination          */
} OVERPATCH;

See Also: Oscanpatch   OverScan XBIOS extension