Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Demon-Seed on May 21, 2004, 09:01:08 am

Title: PSX in MAMEWAH?
Post 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
Title: Re:PSX in MAMEWAH?
Post by: Demon-Seed on May 21, 2004, 09:01:50 am
similar questions, what about Sega saturn? other emus with gui
Title: Re:PSX in MAMEWAH?
Post by: TalkingOctopus on May 21, 2004, 11:12:09 am
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.
Title: Re:PSX in MAMEWAH?
Post by: Demon-Seed on May 21, 2004, 08:15:57 pm
Thanks very much. I apreciate that. I just couldnt remebmber the commands to hide gui! thanks

Jjm
Title: Re:PSX in MAMEWAH?
Post by: Demon-Seed on May 22, 2004, 09:46:38 am
Hey
Ok I tried things in command line

epsxe -nogui -loadbin e:/psx games/mk2.bin

dont work?
Title: Re:PSX in MAMEWAH?
Post by: Demon-Seed on May 22, 2004, 10:11:14 am
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 :(
Title: Re:PSX in MAMEWAH?
Post by: nirious on May 22, 2004, 07:10:16 pm

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?
Title: Re:PSX in MAMEWAH?
Post by: TalkingOctopus on May 22, 2004, 07:14:16 pm
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.
Title: Re:PSX in MAMEWAH?
Post by: pmc on May 22, 2004, 09:25:21 pm
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.