Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Chazz on March 03, 2003, 08:44:05 am

Title: Help!! (Stupid Rom Path Problem)
Post by: Chazz on March 03, 2003, 08:44:05 am
Hi Everyone!  I can't believe I'm asking this...

I haven't had my cabinet open in over a year now as everything was working perfectly.  I found a old 15gb drive that I wanted to use in my cabinet that I wanted to use.  I moved all my roms to this drive, but now ArcadeOS won't find anything!  This should be a easy fix, but I don't know what I've done wrong!!

I've changed my ADVMAME.RC file to read:

dir_rom D:\ROMS

but nothing is being found!

Can someone help me out!

Thanks,
 ~ Chazz
Title: Re:Help!! (Stupid Rom Path Problem)
Post by: Carsten Carlos on March 03, 2003, 09:19:29 am
Quote
dir_rom D:\ROMS
Never used AdvanceMame, but have you tried
dir_rom D:\ROMS\
instead?   ::)
Title: Re:Help!! (Stupid Rom Path Problem)
Post by: Howard_Casto on March 03, 2003, 05:12:04 pm
Always always always always always always.... finish your paths off with a backslash.  

This applies to every fe.  Detecting that missing "\" and inserting it if necessary requires extra code by the author and it's easy for them to overlook.  

Better safe than sorry.  :-)
Title: Re:Help!! (Stupid Rom Path Problem)
Post by: SirPoonga on March 03, 2003, 05:31:28 pm
Always always always always always always.... finish your paths off with a backslash.  

This applies to every fe.  Detecting that missing "\" and inserting it if necessary requires extra code by the author and it's easy for them to overlook.  

Better safe than sorry.  :-)

Well, when you have a FE that requires you to type:)  VB Path will not return the slash, you have to add it:)