Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: dkubarek on January 09, 2009, 02:58:32 pm

Title: Error log for command line Mame v128
Post by: dkubarek on January 09, 2009, 02:58:32 pm
I'm getting errors when I open some roms and DOS closes before I can see what they are. I'm assuming some files are missing but I'd like to know if that is it. Is there an error log in Mame and is there a way to make it visible?
Title: Re: Error log for command line Mame v128
Post by: mr_doles on January 09, 2009, 09:10:02 pm
What I did was create a quick batch file and drag the zip file onto the batch file.  You will need to modify your paths accordingly:
cd c:\arcade\emulators\mame
mame c:\arcade\emulator\mame\roms\%1
pause

This will run the rom that you drop on the batch file and leave the dos window open when it is done so you can see the errors.  I am sure there is a better way but this was my way.
Title: Re: Error log for command line Mame v128
Post by: dkubarek on January 09, 2009, 09:34:03 pm
No, that sounds easy enough. I figured out I need to match my roms with my version of Mame. I'll do that and maybe my problems will be solved. Ha.