Author Topic: MAME Plus help needed.  (Read 6390 times)

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
MAME Plus help needed.
« on: February 01, 2005, 12:06:52 PM »
I edited the website link and other things here on this post. I had the old link and didn't know it. Sorry about that.

Binary v0.91u1-intel (Generic i686 CPU) or the Binary v0.91u1 (Intel CPU)? Which one easyer?

Source v0.91u1

MinGW / GCC

Extra tools

Patch util

http://mameplus.emu-france.com/

Is there anything else that I needed? Or don't need?

Where do I put those at?

How to setup everything?

I want to do a Neogeo and Capcom games drivers for now. How can I deleted the rest of the games drivers. I don't want cs3 and others on my version at this time for now. Btw: I think Raz can give me the drivers on the neogeo and capcom games.

My version won't have any non-working games on it. I just thought about it since Raz doesn't put any non-working games on his WinKawaks. :D

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re: MAME Plus help needed.
« Reply #1 on: May 28, 2005, 12:06:32 AM »
Dam man...

I can't get this dam thing to work or something isn't right. I read the info on how to set it up bellow.

Code: [Select]
How to Compile MAME Plus!

NOTE:
- Items marked pink are downloadable from MAME / MAME32 Plus!
I. Preparing compile utilities

- Run mingw-gcc-xxxx.exe, extract to D:\MinGW\
- Extract extra-xxxx to D:\mamesrc\
- File Lhttp://www.mamedev.com/ist -
[MinGW]
  [bin]
  [include]
  [lib]
[mamesrc]
  [extra]
    [bin]
    [include]
    [lib]
II. Preparing official MAME source

- Extract official MAME source to D:\mamesrc\
- if diff available:
   - Extract official MAME source diff to D:\mamesrc\
   - Extract patch-xxxx to D:\mamesrc\
- File List -
[MinGW]
...
[mamesrc]
  [extra]
  ...
  [docs]
  [src]
    [cpu]
    [drivers]
    ...
  makefile
  whatsnew.txt
  u1.diff
  cygwin1.dll
  patch.exe

   - Apply official patch:
     D:\mamesrc>patch.exe -p0<u1.diff
- Extract MAME Plus! source diff (exactly same version as official MAME) on top of D:\mamesrc\
- File List -
[MinGW]
...
[mamesrc]
  [extra]
  ...
  [src]
    ...
  makefile
  env.bat
III. Compile

- Open env.bat, if needed, modify PATH to your MinGW folder:
   set PATH=D:\MinGW\bin;extra\bin;%PATH%
- Run env.bat, then type "make" or "make I686=1" to compile. warnings are expected.
   D:\mamesrc>env
   D:\mamesrc>make
[code/]

I couldn't figger this out.:S

Offline robber804

  • Newbies
  • *
  • Posts: 40
  • Karma: +0/-0
  • Relentless Bastard
Re: MAME Plus help needed.
« Reply #2 on: May 29, 2005, 08:00:53 AM »
make sure the path to the c:\mingw\bin (or where ever you extracted it to) is in your path or type at a command prompt the following

set path=c:\mingw\bin

i will post a mame.mak file monday sometime (working all weekend).  That will compile only the cps1, cps2 and neogeo games.

you said
> Binary v0.91u1-intel (Generic i686 CPU) or the Binary v0.91u1 (Intel CPU)? Which one easyer?

to compile?  you need visual c+ and some other software from  intel to compile the intel binary, so generic is easier.





-robber804