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: MameWah Config Help (rom path)  (Read 1231 times)

0 Members and 1 Guest are viewing this topic.

commandcom

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 28
  • Last login:February 11, 2006, 11:56:19 am
  • I want to build my own arcade controls!
MameWah Config Help (rom path)
« on: November 12, 2005, 04:44:28 pm »
Ok, I've RTFMed multiple times, but I don't see what I'm doing wrong.  In mame.ini I've set the rom_path to:

C:\Program Files\Mame32\roms

which is where all my roms live.

The emulator_executable is set to:

c:\Program files\mame\mame.exe

which is where the command-line verison of MAME lives.

When I try to run a game, the "loading" screen appears, then shuts down but there's no game.  Checking the log file it seems like MAMEWah is ignoring the rom_path setting:

11/12/2005 4:18:09 PM Commandline run: c:\PROGRA~1\mame\mame.exe ARKNOID2 {flags=9}

There no path information for the rom.  I'd expect to see something like:

c:\PROGRA~1\mame\mame.exe "c:\program files\mame32\roms\ARKNOID2" {flags=9}

(which does work if I run it at the command line)  Any ideas as to what might be wrong?  Thanks.

cdbrown

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1241
  • Last login:October 16, 2017, 09:52:03 pm
  • Bowowow
Re: MameWah Config Help (rom path)
« Reply #1 on: November 13, 2005, 08:02:30 pm »
How have you got the list to generate?  Is it based on (paths different of course)
### List Generation Settings ###
rom_path                                  f:\MAME\roms
rom_extension                             zip
dat_file                                 
nms_file                                 
catver_ini_file                           f:\MAME\catver.ini
list_generation_method                    rom_folder_vs_listxml

This should display the games you have.  Perhaps the list generation was not done right.  What does the log say after the {flags=9} - give any reason for the shutdown?  Mine has the following (notice it has different flags - not sure why)

13/11/2005 6:41:44 PM Layout selected: D:\Mame progs\mamewah_v161\layouts\Classic 800x600\layout.lay
13/11/2005 6:41:45 PM Ctrlr file selected: D:\Mame progs\mamewah_v161\ctrlr\default.ini
13/11/2005 6:41:46 PM Commandline run: CMD.EXE /c f:\MAME\mame0100.exe 1942 -verifyroms > D:\MAMEPR~1\MAMEWA~1\files\verify {flags=17}
13/11/2005 6:41:46 PM Commandline run: f:\MAME\mame0100.exe 1942 {flags=12}
13/11/2005 6:41:57 PM MAMEWAH quit


EDIT - forgot that rom_path (mame.ini) in the mamewah folder is only for mamewah functions -list generation etc.  mame.ini in your c:\Program files\mame\ folder tells mame.exe where your roms are - so you'll need to have it set in there.

### Windows path and directory options ###
rompath                 C:\Program Files\Mame32\roms
« Last Edit: November 13, 2005, 08:29:28 pm by cdbrown »