Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: PSX in MAMEWAH?  (Read 3188 times)

0 Members and 1 Guest are viewing this topic.

Demon-Seed

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1521
  • Last login:April 04, 2022, 09:51:02 am
    • DemonCade (WORKING URL!)
PSX in MAMEWAH?
« 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
Life is like a video game, a good one never dies..

Demon-Seed

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1521
  • Last login:April 04, 2022, 09:51:02 am
    • DemonCade (WORKING URL!)
Re:PSX in MAMEWAH?
« Reply #1 on: May 21, 2004, 09:01:50 am »
similar questions, what about Sega saturn? other emus with gui
Life is like a video game, a good one never dies..

TalkingOctopus

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1722
  • Last login:Today at 02:36:19 am
  • @!#?@!
    • My Arcade
Re:PSX in MAMEWAH?
« Reply #2 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.

Demon-Seed

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1521
  • Last login:April 04, 2022, 09:51:02 am
    • DemonCade (WORKING URL!)
Re:PSX in MAMEWAH?
« Reply #3 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
Life is like a video game, a good one never dies..

Demon-Seed

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1521
  • Last login:April 04, 2022, 09:51:02 am
    • DemonCade (WORKING URL!)
Re:PSX in MAMEWAH?
« Reply #4 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?
Life is like a video game, a good one never dies..

Demon-Seed

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1521
  • Last login:April 04, 2022, 09:51:02 am
    • DemonCade (WORKING URL!)
Re:PSX in MAMEWAH?
« Reply #5 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 :(
Life is like a video game, a good one never dies..

nirious

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19
  • Last login:May 21, 2004, 01:06:37 pm
  • I'm a llama!
Re:PSX in MAMEWAH?
« Reply #6 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?

TalkingOctopus

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1722
  • Last login:Today at 02:36:19 am
  • @!#?@!
    • My Arcade
Re:PSX in MAMEWAH?
« Reply #7 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.

pmc

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1034
  • Last login:December 20, 2023, 07:43:02 am
    • website
Re:PSX in MAMEWAH?
« Reply #8 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.