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: ePSXe Setup for MAMEWAH  (Read 3110 times)

0 Members and 1 Guest are viewing this topic.

Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
ePSXe Setup for MAMEWAH
« on: June 18, 2003, 02:49:22 am »
wondered if anyone can give me there setup options and info for ePSXe and MAMEwAH so that
i can run games from a ISO/BIN/IMG file and not off the cd.

thanks for any info.

Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Re:ePSXe Setup for MAMEWAH
« Reply #1 on: June 18, 2003, 12:16:34 pm »
ok im trying something diffrent..

anyone know the command line to get epsxe to load with out the GUI and run a cd in drive g:\ ?

Xochi

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 42
  • Last login:June 03, 2005, 01:52:17 pm
Re:ePSXe Setup for MAMEWAH
« Reply #2 on: June 18, 2003, 01:21:34 pm »
I posted a question about this a week or two back. I just went the brute force way and wrote a batch file in my epsxe directory and then told mamewah my emulator executable was the batch file.

The the batch file was something like:

epsxe.exe -nogui -loadiso %1 %2 %3 %4 %5 %6 %7 %8 %9

Can't remember precisely since I'm not logged into my cab. ;)


Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Re:ePSXe Setup for MAMEWAH
« Reply #3 on: June 18, 2003, 01:40:27 pm »
I posted a question about this a week or two back. I just went the brute force way and wrote a batch file in my epsxe directory and then told mamewah my emulator executable was the batch file.

The the batch file was something like:

epsxe.exe -nogui -loadiso %1 %2 %3 %4 %5 %6 %7 %8 %9

Can't remember precisely since I'm not logged into my cab. ;)



If you have time could you post the info you used? right now im using a BAT file to load the ISO to Daemon Tools, but i dont know how to get ePSXe to read it after.

its in G:

but if your way works i would do that.

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:ePSXe Setup for MAMEWAH
« Reply #4 on: June 18, 2003, 01:42:46 pm »
Hey guys look at the thread below 'EPSXE how to run in Lazarus? '.

This has a couple of options for using wrappers to config ePSXe - I have not tried them but it sounds like some good stuff :)

PS I will try to improve the flexibility of MAMEWAH's emu launching soon, try these alternatives for now...

Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Re:ePSXe Setup for MAMEWAH
« Reply #5 on: June 18, 2003, 01:46:57 pm »
ya i tried those wrapper ideas but i dont get them to be honest.
right now im tryin this BAT stuff, i think i almost have it, all i have to do is
tell ePSXe to look at g:\ to load the game, or get ePSXe to load a img file
from a bat file, which i almost have. only problem is it runs then ePSXe
doesnt load the image tho and say -gui is a incorrect param.
« Last Edit: June 18, 2003, 01:48:38 pm by Syxx »

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:ePSXe Setup for MAMEWAH
« Reply #6 on: June 18, 2003, 02:05:01 pm »
Well if you are happier with the BAT files, that is fine - that should do a great job also when setup correctly :)

Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Re:ePSXe Setup for MAMEWAH
« Reply #7 on: June 18, 2003, 02:38:20 pm »
cool, i would use the wrappers but i didnt understand what they were
or there use, then again that was when i first got into mame and FE's
i should check them out again now that i have more knowledge.

Xochi

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 42
  • Last login:June 03, 2005, 01:52:17 pm
Re:ePSXe Setup for MAMEWAH
« Reply #8 on: June 18, 2003, 04:20:18 pm »
ya i tried those wrapper ideas but i dont get them to be honest.
right now im tryin this BAT stuff, i think i almost have it, all i have to do is
tell ePSXe to look at g:\ to load the game, or get ePSXe to load a img file
from a bat file, which i almost have. only problem is it runs then ePSXe
doesnt load the image tho and say -gui is a incorrect param.

Like I said, the batch file thing will work for ISO files. Just point MAMEWAH at the batch file as the executable, the path to your iso files as the ROM path,  the extension you're using for the images as your rom extension, make sure the show DOS box is checked and let it rip.

I checked my batch file at lunch and sure enough that is it except I enclose the entire argument list in quotes. If you use spaces in the filenames epsxe will need the quotes.

If you need more command line control epsxe has a command line help facility. "-h" I think. It's pretty easy to get going once you look at the epsxe command line help.


Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Re:ePSXe Setup for MAMEWAH
« Reply #9 on: June 18, 2003, 04:21:35 pm »
ok got it working!
heres how incase any one else is interested.

Open a new txt file and put the following [the "*"'s are not needed]
****************************************
c:\
cd\ePSXe
ePSXe.exe -nogui -fastboot -loadiso c:\FF9cd1.img
****************************************
and saved it as FF9cd1.BAT
obviously you'd change stuff according to where ePSXe and the image file is located

then with in MAMEWAH
for exectutable i edited the emu8.cfg [or which ever number emu it is you would edit]
and for executable i put "PC"
Roms extension BAT
Send Rom Path - Yes [probably doesnt matter]
Send Extension - Yes [probably doesnt matter]
Use Long File Names - Yes [probably doesnt matter]
Show Dos Box - NO [this does matter as with NO selected escape will bring you back to MameWah

hope that helps someone.