                                   WexT
                            Dos-Extender package
                                    by
                           Jonas Lund aka Whizzter
******************************************************************************
 Copyright (C) 1998 Jonas Lund, All Rights Reserved.

MXMplay (also called tinyXM) by Niklas Beisert aka Pascal, is maybe the
smallest player supporting the XM module format. 
luckily it works with dos32 so using it with WexT is very easy.

I changed a bit in the dos32 example for MXM and it worked with WexT
so i put the asm file here along with a batch file for making it.

some things have to be defined in mxmplay.asm so that it works correctly,
just fix so the next lines matches the lines at top of MXMPLAY.ASM

GETSETINTMODE=1 ;// 1:dpmi, 2:dos, 4:eos
DPMIPSPCODE=0
DOS32CODE=1

these settings will work well.

then just copy in these files to you MXMplay directory and you should be able
to make and run a MXM example with WexT:

 wextexam.asm
 wextmake.bat
 krnl.obj      (from the \obj dir in the WexT package)

i calculated a bit and MXMplay+WexT should be below 7k together, and that is
with ALL xm features included, as you hopefully know you can disable some to
gain space.

Greets for this to:
 pascal
 Crom / Ethnica  (sorry that i mostly ripped your example but it's just
                  a example :), i hope the greets here is ok for it)

                                                   / Whizzter
