// "<mymame>.ini not working" or "i want two MAME versions in one folder"
Dear friends,
It does work. This is not an error on part of MAME DEVs, but as seen from view of
a computer programmist. You would change target name in makefile of source.
Code: Select all
fndef TARGET
TARGET = mame
endif
ifndef SUBTARGET
SUBTARGET = $(TARGET)
endif
...and now, for the quick and dirty way. deep breath. */
[1] In your old and faithful .\mame folder, leave it alone, for now.
[2] Download that shiny new MAME binary, with that fresh-code-smell.
[3] Extract it into a folder you have full ownership of (and i can't stress that enough).
[4] MAKE BACKUP OF MAME.EXE AND RENAME IT MAMEBAK.EXE !
[5] Fire up your favorite hex editor, and open MAME.EXE inside.
[6] Search for 4D 41 4D 45 00 6D 61 6D 65, as hex string. // MAME[ ]mame
[7] Change (over-write, not insert) yellow highlighted to this: [8] Save file [Alt], [F], [S], close editor, and rename saved file to MAME2.EXE.
[9] Are you still with me? Copy MAME2.EXE into your old .\mame folder.
[10] From there, run mame2 -createconfig
If all went well, you should now see MAME2.INI file. For extra points, copy or
create any new folders, that were not part of your older MAME version, and add another
named BIOS. Edit rompath settings, in both .INI files, to read roms;bios or roms;roms2;bios
, if you want to split them up. This may look long, but it's easy.
I hope you enjoyed. Удачи (oo•da•chi means good luck).
- Aleksandr