Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: Demon-Seed on May 21, 2004, 09:01:08 am
-
HI
I got my EPSXE running mint on my machine. How can I configure it to run with MAMEWAH? hide gui etc? I tried running it ffrom command line ie) epsxe D:\psx\mk2.bin
just loads epsxe not game. may need to use Lazarus cmd line launcher?
please let me know i would appreciate it.
thx
JIM
-
similar questions, what about Sega saturn? other emus with gui
-
Launching epsxe from mamewah...
First, make a new bat file. For example: epsxe.bat. Next, open the new file with notepad and then fill it with:
epsxe.exe -nogui -loadbin %1
In Mamewah, set this file up as your emulator. Also, set ROM Extension to bin and rename all your psx image exstensions to bin. Now, Mamewah will load the command line epsxe.exe -nogui -loadbin %1 replaceing %1 with the game in your list.
-
Thanks very much. I apreciate that. I just couldnt remebmber the commands to hide gui! thanks
Jjm
-
Hey
Ok I tried things in command line
epsxe -nogui -loadbin e:/psx games/mk2.bin
dont work?
-
hey
figured it out!
epsxe -nogui -loadbin "e/psx games/NHL.bin"
need quotes. only thing is the game thrill kill wont run for me with the setup i have :(
-
Also, set ROM Extension to bin and rename all your psx image exstensions to bin. Now, Mamewah will load the command line epsxe.exe -nogui -loadbin %1 replaceing %1 with the game in your list.
What do you do if your iso image isn't in bin-cue format but e.g. in iso (nero) or ccd (clonecd) or mds (alcohol 120%)
What I'm doing now is load the cd image with alcohol and than starting epsxe and "run cd"
Any comments on this?
-
I don't think it matters what the file extension is. ePSXe will determine the type of image the you are using. I have renamed both nero images and mds images sucessfully.
-
I always rename to .BIN regardless of what kind of file it is. MAMEWAH wants to use a single file suffix, and ePSXe can figure it out.
I'm coincidentally messing with my MAMEWAH batch files tonight and saw this thread. Thought I'd post my epsx.bat file because it deals with some of the issues mentioned here and some I don't even remember any more.
epsxe.exe -nogui -loadbin "%1 %2 %3 %4 %5 %6 %7 %8 %9"
The quotes are really important.