Front End Support > MaLa Frontend

GameLists: Multiple emuls in same list work-around solution

<< < (7/68) > >>

hulkster:
if "%2" == "C:\arcade\emulators\other_emus\daphne" goto daphne

mame.exe %1
exit

:daphne
SET DAPHNE=C:\arcade\emulators\daphne\daphne.exe
cd ..\daphne
if "%1" == "lair" start/wait %daphne% lair vldp -framefile C:\arcade\emulators\daphne\framefile\lair.txt -fullscreen -blank_skips -blank_searches -preset 1
exit

:daphne
SET DAPHNE=C:\arcade\emulators\daphne\daphne.exe
cd ..\daphne
if "%1" == "ace" start/wait %daphne% ace vldp -framefile C:\arcade\emulators\daphne\framefile\ace.txt -fullscreen -blank_skips -blank_searches -preset 1
exit



im sending the .rar file (winrar) over to your email address.


oh and btw, i really appreciate your help!  :applaud:  files are sent, but its bed time for me. 

SGT:
Your mame.cmd should be changed to:


--- Code: ---If "%2" == "C:\arcade\emulators\other_emus\daphne" goto daphne

mame.exe %1
exit

:daphne
SET DAPHNE=C:\arcade\emulators\daphne\daphne.exe
cd ..\daphne
if "%1" == "lair" start/wait %daphne% lair vldp -framefile C:\arcade\emulators\daphne\framefile\lair.txt -fullscreen -blank_skips -blank_searches -preset 1
if "%1" == "ace" start/wait %daphne% ace vldp -framefile C:\arcade\emulators\daphne\framefile\ace.txt -fullscreen -blank_skips -blank_searches -preset 1

exit


--- End code ---

SGT:
Used your combined.xml file. Refreshed my Main Game List and it worked fine.  The file in:

C:\arcade\emulators\other_emus\daphne

is lair.zip and not lair.rar, correct?

What version of Mala are you using?  Please email me the Mala.ini file.

hulkster:
yep, its lair.zip and ace.zip in the c:\arcade\emulators\other_emus\daphne folder. 

attached is my mala.ini file. 

SGT:
I loaded up your Mala folder that you sent me.  Your Main Game List was corrupted.  When I first loaded it, the only two roms I used were lair.zip and the gorf rom (just to have a normal Mame rom in the mix).  When I refreshed the Main Game List it came up like you reported:
 

--- Code: ---Gorf
Space Ace
--- End code ---

I selected Space Ace and right-clicked and chose remove game from list.  I then refreshed the Main Game List and all was well after that:


--- Code: ---Dragon's Lair
Gorf
--- End code ---

I added the rom and the entry for Space Ace and as you can see from the email screenshot attachment that I sent you, it came up.
 

--- Code: ---Dragon's Lair
Gorf
Space Ace
--- End code ---

 
Please note that I verified that if you check the box to use Only Working Games, every game's XML entry will need to include the following:
 
<driver status="good" emulation="good"/>
 
EDIT:

Forgot to mention that since there is already a Mame rom named ace.zip; you need to use a different name for Space Ace in both your XML entry, and the name of the dummy rom.  I personally use ace2.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version