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-File3.1.7 Getbpb TOS Name: Get Bios parameter block
Opcode: 7
Syntax: BPB *Getbpb ( int16_t dev );
Description: The BIOS routine Getbpb establishes the BIOS parameter
block of the device dev, which is coded as follows:
dev Meaning
0 Drive A
1 Drive B
2 Drive C
Any further drives follow in a similar way. By calling
this function the media-change status in the BIOS is
reset.
Return value: The function returns the address of the BIOS parameter
block.
Availability: All TOS versions.
See also: BindingGetmpb