Int 2F/AX=CD02h

Prev Next Ralf Interrups Categories Contents

------

InterWave Game API - GET PROGRAM STATUS AND INFORMATION

AX = CD02h
BX = program identifier

Return:
CX = program status

bit 0:
Using synthesizer

bit 1:
Using Codec

bit 2:
Supports at least one Game Device (see AX=CD21h,AX=CD22h). BX = supported API version (BCD, BH=major, BL=minor) if CX bit 2 set. ES:DI -> ASCIZ identification string

Range:
AH=CDh-ECh, selected by scanning for an available multiplex number

Note: Ordinarily, an application will loop through all valid program identifiers (as returned by AX=CD01h); if any of the installed programs conflicts with the use the caller wishes to make of the InterWave chip, it should be disabled with AX=CD03h first

See Also: AX=CD00h"InterWave" - AX=CD01h"InterWave" - AX=CD03h"InterWave"

See Also: AX=CD05h"InterWave" - AX=CD21h"InterWave" - AX=CD80h"InterWave"

Category: Sound/Speech - Int 2Fh - I

------

Prev Next Ralf Interrups Categories Contents