HOW TO BUILD!


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]

Posted by Nick Bourdo on 8, 2000 at 4:22 AM:

In Reply to: Slight correction... posted by Just Michael on 7, 2000 at 7:39 PM:

BUILD
To compile MAME with this source substitute the content of the MAME dir src\msdos with the content of this archive.

Apply the patch src.dif to the original MAME source with:

copy src.dif \mame\src
cd \mame\src
patch -p5 < src.dif

The patch.exe program can be found in the DJGPP distribution.
(ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/pat25b.zip)

Manually create the directory :

mame.obj\msdos\screen

If you already have the mame.obj\ directory remove the files:

mame.obj\msdos\*.o
mame.obj\vidhrdw\vector.o

Now start make!

PROBLEMS
If you have problem recompiling try a:

make clean

and eventually upgrade to the djdev 2.03 and gcc 2.95.2.

(ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/djdev203.zip)
(ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gcc2952b.zip)

SOURCES HISTORY
Removed sources :
blit.c
gen15*.*
ati15*.*
monitors.h
twkuser*.*
vector.c

New or completly rewritten sources :
dirty.c
dirty.h
video.c
screen\scr*.*

Only small modifications :
osinline.h
config.c
msdos.c
input.c
vgafreq.h

Not modified sources :
fileio.c
fronthlp.c
osd_cpu.h
osd_dbg.h
sound.c
mamalleg.h
ticker.c
ticker.h



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]