File: README for M-Audio Capture and Playback Adapter samples.

This subdirectory contains two sample program listings to assist
programmers in writing code for the M-Audio Capture & Playback Adapter.

  SAMPLE1.C  is a DOS mode small model C program that will determine
             whether a card is installed, and at which I/O base address.

  SAMPLE2.C  is the OS/2 mode large model equivalent of SAMPLE1.C.
             In addition, it calls ACPAINIT contained in ACPA.ASM to
             load skeleton DSP code onto the M-ACPA.

  ACPA.ASM   is an set of MASM subroutines which can be called from an
             IBM C/2 program in either DOS mode, or as IOPL routines
             in OS/2 protect mode.  This module is used by the SAMPLE2
             program.  It can be assembled using IBM MASM/2.

