Main > Software Forum
MAME modification request; $50 for you
<< < (2/6) > >>
mahuti:

--- Quote ---I think he wants MAME itself to be modified so that it can provide this information.
--- End quote ---

yep.
bleemus:
One would think that a standalone script/program would do the job just as well as mame could.  There any particular reason that you want it to be integrated into mame?  Portablity?  Cross-Platform use?

The script would be quick and dirty, but if there is no interest, I'll just bypass that and go straight into the mame code.
2600:

--- Quote from: bleemus on June 21, 2006, 01:53:34 pm ---One would think that a standalone script/program would do the job just as well as mame could.  There any particular reason that you want it to be integrated into mame?  Portablity?  Cross-Platform use?

The script would be quick and dirty, but if there is no interest, I'll just bypass that and go straight into the mame code.

--- End quote ---

Also makes it so you can use it with any MAME version.
Buddabing:
Link to zip file

There is a line in src\windows\config.c which reads:


--- Code: ---static const char *gamename;

--- End code ---

Remove the static.

Then copy the two attachments, one is info.txt, rename to src\info.c and the other is fronthlp.txt, rename to src\windows\fronthlp.c. Then recompile. That should work for you.

I've also attached a sample output from pacman.
2600:

--- Quote from: Buddabing on June 21, 2006, 02:50:26 pm ---Link to zip file

There is a line in src\windows\config.c which reads:


--- Code: ---static const char *gamename;

--- End code ---

Remove the static.

Then copy the two attachments, one is info.txt, rename to src\info.c and the other is fronthlp.txt, rename to src\windows\fronthlp.c. Then recompile. That should work for you.

I've also attached a sample output from pacman.

--- End quote ---

Show off.
Navigation
Message Index
Next page
Previous page

Go to full version