MAME Optimiazations
An optimised build is a compiled version of mame using the optimisation switches to create a version of mame that incorporates the advanced features of a particular cpu architecture *phew*
basically what this can mean is that a particular optimisation _may_ run quicker on your system than the default build (which is usually the i386 build)
below is a list of dos mame compilations, compiled using the following switches;
- make MAMEOS=msdos
- make I686=1 MAMEOS=msdos
- make P4=1 MAMEOS=msdos
- make K6=1 MAMEOS=msdos
- make ATHLON=1 MAMEOS=msdos
- make DEBUG=1 MAMEOS=msdos
this creates the following builds, optimised to suit your cpu configuration
- Intel 386 Compatible - runs on any Intel compatible CPU
- Intel Pentium Pro
- Intel Pentium 4
- AMD K6
- AMD Athlon
- Intel 386 Compatible with the debug option enabled and runs on any Intel compatible CPU