•  Back 
  •  Interface programming 
  •  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.16.7  Kbdvbase                                                   TOS

 Name:         »keyboard vectors« - Return a pointer to the IKBD 
               (intelligent keyboard), and MIDI interrupt vectors.

 Opcode:       34

 Syntax:       KBDVBASE *Kbdvbase( void );

 Description:  The XBIOS routine Kbdvbase returns a pointer to a 
               KBDVBASE structure contaning a 'jump' table to system 
               vector handlers.

               Note: Before one of the vectors specified in the 
               structure is altered, one must ensure that a packet is 
               not currently being sent (element drvstat = 0). 
               Subsequently all interrupts should be blocked and a 
               test performed to check that there really is no packet 
               on the way.

 Return value: The function returns a pointer to a KBDVBASE structure.

 Availability: All TOS versions.

 Group:        Interface programming

 See also:     Binding