README FILE
===========

    The people have been asking for a 32-bit Protected Mode MOD player for
Watcom C/C++ and DOS/4GW Rational System DOS-Extender, and here is! :)
    This player was coded in only three days so it is not fully optimized,
only supports SB sound cards, and few effects are implemented.
    Anyway, I am releasing these sources so other coders can learn from
them and/or make a better programming job. Or simply for all those dudes
that are searching for information about how to code assembler routines
for Watcom C/C++ and DOS/4GW. :)

    These are the files included in the package:

        MODPLAY.ASM     - Tiny MOD Player ASM source
        MODPLAY.H       - Tiny MOD Player C header file
        TEST.C          - C Example program
        MAKE.BAT        - Batch file to make the example
        TEST.EXE        - DOS/4GW executable
        TEST.MOD        - Example .MOD file
        FILE_ID.DIZ     - BBS descriptions
        README          - This file

    Notice that the C example source search for the TEST.MOD module file
and plays at 22kHz using the SB configuration A220 I7 D1; you must change
those parameters for your sound card. BTW, your must have the DOS4GW.EXE
executable available to run the example program.

    The code was tested with TASM 4.0 and Watcom C/C++ 9.5 Compilers, and
with a few 4 and 8 channels module files.

    For comments, bugs, suggestions, etc. contact me using the following
Internet E-Mail address:

            Carlos Hasan (Pelusa)
            chasan@araucaria.cec.uchile.cl


    Eso eso todo, que lo disfruten!


                                April 6th, 1994. Santiago, Chile.


