June 16,2005
http://www.geocities.com/eiennarufuyu/


 This archive contains an experimental version of the MMDP's MML compiler
that is meant to be platform independant at the source-level.  The only difference
between this and MMC-DOS is that the lines

#include <conio.h>
#include <direct.h>
#include <io.h>
#include <process.h>

were commented out in order to compile with GCC 3.3.5 with only the GLIBC 2.3.5 libraries installed.
They aren't used anyway, they were only there in the first place because BCX, the Basic to C Translator,
includes them.

 This is an experimental version and not really supported, so have a very nice day!

Files:

MMC-LIN.C ---- C source code of an MML compiler for making music for the MMDP music driver,
               which has versions available for the Sega Genesis/Megadrive or Windows 95 and up.
               This source is meant for compiling with GCC.

MMC-LIN ------ Precompiled binary.  When started with no arguments it quits with a segmentation fault,
               but otherwise behaves just as the original Windows version does.
               This was compiled under QEMU running the ZipSlack version of Slackware 10.1,
               using GCC 3.3.5.