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.