File name |
File size |
Description |
Binary archives |
m37b16b.zip
m37b16b.zip (.dk)
m37b16b.zip (.fi) |
2460
kB |
This
is the normal Win32 binary archive of MAME 0.37b16. |
m37b16b_i686.zip
m37b16b_i686.zip (.dk)
m37b16b_i686.zip (.fi) |
2443
kB |
This
is the i686 optimized Win32 binary archive of MAME 0.37b16. |
m37b16b_dos.zip
m37b16b_dos.zip (.dk)
m37b16b_dos.zip (.fi) |
2611
kB |
This
is the normal DOS binary archive of MAME 0.37b16. |
m37b16b_dos_i686.zip
m37b16b_dos_i686.zip (.dk)
m37b16b_dos_i686.zip (.fi) |
2599
kB |
This
is the i686 optimized DOS binary archive of MAME 0.37b16. |
Source code archives |
m37b16s.zip
m37b16s.zip (.dk)
m37b16s.zip (.fi) |
5467
kB |
This
is the source archive of MAME 0.37b16. If you need help with compiling
in DOS, go to this page. |
m37b15b16.zip |
654
kB |
This
is a DIFF file from MAME 0.37b15 to 0.37b16. Use the command patch
-p1 <m37b15b16.dif in a 0.37b15 source directory to update it to
0.37b16. Experts only! |
Win32 compile utilities |
mingw_for_mame.zip |
5517
kB |
This
is the MinGW compile environment for use in Windows. Uncompress and add
mingw\bin to your PATH. Compile the Win32 version by typing
make MAMEOS=windows. |
Latest final version archives |
mame036b.zip |
1986
kB |
This
is the normal binary archive of MAME 0.36 final. |
mame036b_i686.zip |
1979
kB |
This
is the i686 optimized (Pentium Pro, Celeron, Pentium-2, Pentium-III)
binary archive of MAME 0.36 final. Check out
Rodimus Prime's site
for yet more speed tweaking. |
mame036b_k6.zip |
1969
kB |
This
is the K6 optimized (K6-2, K6-3, K7) binary archive of MAME 0.36
final. Check out
Rodimus Prime's site for yet more speed tweaking. |
mame036s.zip |
3971
kB |
This
is the source archive of MAME 0.36 final. If you need help with
compiling, go to this
page. |
Utilities |
unzip.exe |
140
kB |
This
is the Info-ZIP
uncompressing utility called UnZip/NT v5.41. Put it into the COMMAND
directory under the Windows directory. Type
unzip file.zip -d c:\where\to\unzip\
in a DOS prompt to uncompress ZIP archives. |
csdpmi5b.zip |
53
kB |
This
is CWSDPMI r5, the DPMI memory manager for DOS. If you get "Load error:
no dpmi", download this and uncompress cwsdpmi.exe to the same
directory with MAME. Version r5 fixes some 128 / 256 MB memory bugs. |
optimous.zip |
82
kB |
This
is a DOS mouse driver for a second mouse. |
samtowav.zip |
28
kB |
With
this program you can convert the proprietary MAME .SAM files back to
normal .WAV files. Source is included. |
Compile utilities |
zlib113.zip |
214
kB |
ZLIB compression
library v1.1.3. Needed to compile MAME. (Unzip it to somewhere, type
make -fmsdos\makefile.dj2, copy libz.a to DJGPP's LIB
directory and copy zconf.h and zlib.h to DJGPP's
INCLUDE directory) |
mamesealnew.zip |
69
kB |
SEAL audio library v1.07
(modified - updated! -
here
are the changed files if you need to recompile it) for DOS. Needed to
compile MAME. (Unzip it to somewhere, copy lib/libaudio.a to
DJGPP's LIB directory and copy include/audio.h to DJGPP's
INCLUDE directory) |
nasm098.zip |
160
kB |
Netwide Assembler (NASM)
v0.98. Needed to compile MAME. (Unzip it to somewhere, and copy
nasmw.exe to DJGPP's BIN directory) |
all3934.zip |
1789
kB |
Allegro Low Level Game
Routines library WIP v3.9.34. Needed to compile MAME. As of 0.37b12,
you need the WIP version 3.9.34. Type make lib and make
install and it'll only compile the necessary files. |
upx107w.zip |
117
kB |
Ultimate Packer for eXecutables (UPX)
v1.07. This is used to make MAME.EXE smaller. (Unzip it to somewhere,
and copy upx.exe to DJGPP's BIN directory) |