LONG Metastartaudio( drive, dummy, tracks )
WORD drive;
WORD dummy;
bos_tracks_t *tracks;
Opcode
59 (0x3b)
Availability
Parameters
drive is the letter of a
MetaDOS device, i.e. the
ASCII code for any character from
'A' to
'Z'.
dummy is an unknown parameter.
tracks is a pointer to a
bos_tracks_t structure.
Binding
pea tracks
clr.w -(sp)
move.w drive,-(sp)
move.w #$3b,-(sp)
trap #14
lea 10(sp),sp
Return Value
The LONG value contains 0 if the operation was successful, or a negative error code.
See Also