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 update request perhaps: Default drive letter  (Read 1033 times)

0 Members and 1 Guest are viewing this topic.

unclet

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3561
  • Last login:March 17, 2025, 11:51:15 am
MameWah update request perhaps: Default drive letter
« on: February 10, 2006, 10:34:12 pm »
Say I configured MameWah to have many emulators and each one of the INI files indicates "C:\" as the drive where everything is installed.   Now say I burn all that stuff to DVDs in case I would like to reinstall everything at a later time (ie: after reinstalling an OS, installing to another computer, etc...)

It would seem that I would need to reinstall all of my files to the "C:\" drive again since all INI files indicate this drive letter.

Does MameWah have a way of indicating a default drive letter, so if I decided to reinstall everything to another drive (ie: "G:\") then everything would work fine without having to update any INI files with the new drive letter?

If not, then how about MameWah implement a [installDriveLetter] variable which it maintains similiar to the other types it currently defines (ie: [rompath], [romext], etc...)

This way a person can decide to use either in the INI files:

Example line of INI file showing different ways to do same thing:

1) This way a person can still state a drive letter to use explicitly
 
emulator_commandline   C:\z26\z26.exe
 "[rompath]\[name].[romext]" -u15 {nodosbox}{safelaunch}

2) This way indicates the drive letter which should be used should come from the setting located in the "MameWah.ini" file:

emulator_commandline   [installDriveLetter]\z26\z26.exe
 "[rompath]\[name].[romext]" -u15 {nodosbox}{safelaunch}



Did this make sense?


« Last Edit: February 10, 2006, 10:40:48 pm by unclet »

mccoy178

  • It's hard to work with a straight jacket on
  • Trade Count: (+9)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3127
  • Last login:September 03, 2021, 10:23:42 am
  • Go Bucks!
Re: MameWah update request perhaps: Default drive letter
« Reply #1 on: February 11, 2006, 02:52:40 am »
Unless you have a million emulators like JCrouse, I don't know if it is really that big a help.  I've installed the same mamewah folder on four systems and it didn't take very long to change the drive letter.

unclet

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3561
  • Last login:March 17, 2025, 11:51:15 am
Re: MameWah update request perhaps: Default drive letter
« Reply #2 on: February 11, 2006, 07:19:00 am »
It was just an idea .... which I thought would be pretty easy for MinWah to implement ifthere was a next version of the MameWah application coming out (ie: when v1.62b comes out of Beta status perhaps).

The default drive letter in the mamewah.ini file would be "C:" of course so it would not affect anyone who has MameWah already ......

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re: MameWah update request perhaps: Default drive letter
« Reply #3 on: February 13, 2006, 04:58:26 am »
You could do something similar....using the emulator_root_path option, and the [emurootpath] placeholder.  You could set 'emulator_root_path c:' and that should pretty much work.

Just DO NOT turn on auto_setup_emulators, or else all kind of wierd things will happen...

unclet

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3561
  • Last login:March 17, 2025, 11:51:15 am
Re: MameWah update request perhaps: Default drive letter
« Reply #4 on: February 13, 2006, 07:00:14 am »
Ok, I will look into it ...... thanks