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: multiple executables for the same "emulator" in mamewah  (Read 1430 times)

0 Members and 1 Guest are viewing this topic.

papaschtroumpf

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 972
  • Last login:July 23, 2013, 11:41:10 pm
  • Have a Cow!
multiple executables for the same "emulator" in mamewah
« on: March 22, 2004, 12:31:53 pm »
I'm thinking about setting up mamewah using different "types" of games instead of emulators. For example I could have a pinball section that would mix mame-based pinballs and PC-based pinball progams and visualPinball table.

I can make all my "rom" extensions be .ZIP and setup a batch file to be "emulator executable" and the batch file would know how to differentiate between the different styles of "ROMS" by looking inside the zip file and run the appropriate emulator/PC game based on that.

It all works just fine excepts that I have to use the "ROM folder" style of list generation. which means that some of the names displayed (for example for mame ROMs) are cryptic because they're in the 8.3 DOS file format. What I would like to do is "hack" the file that mamewah uses for mame rom to name translation to add my PC games in for example. I could then tell mamewah to use that file to determine the names to display and still add an entry for say Microsoft Pinball Arcade.

Is this even possible? what's the name of the file that mamewah uses (if that's how it works) and what's its format so that I can hack it?

Other ideas? I don't know if I can rename the mame ROMs instead to use full names instead of 8.3 names.
« Last Edit: March 22, 2004, 12:32:24 pm by papaschtroumpf »

Mr. Dude

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 477
  • Last login:March 03, 2019, 05:12:50 am
  • Hi...
Re:multiple executables for the same "emulator" in mamewah
« Reply #1 on: March 22, 2004, 12:40:19 pm »
Get the Mamewah setup utility found here http://uk.geocities.com/david.butler4@btinternet.com/ with this program you can go to the game list info tab and change the displayed roms name to whatever you want it to be.

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:multiple executables for the same "emulator" in mamewah
« Reply #2 on: March 22, 2004, 02:02:40 pm »
Alternatively, you can use an NMS file.  This is just a text file, named the same as your emulator exe (or probably .bat file in this case) but with .NMS as the extension.  Here is a small example for Daphne:

Space Ace|ace
Dragon's Lair|lair

steve_pss

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 342
  • Last login:December 19, 2020, 06:56:53 pm
Re:multiple executables for the same "emulator" in mamewah
« Reply #3 on: March 22, 2004, 03:26:15 pm »
I created a second mame folder on my C: drive with the games i wanted on the 2nd emulator and created a 2nd emulator in mamewah pointing to the appropiate folders for that folder. worked great.

papaschtroumpf

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 972
  • Last login:July 23, 2013, 11:41:10 pm
  • Have a Cow!
Re:multiple executables for the same "emulator" in mamewah
« Reply #4 on: March 22, 2004, 05:16:09 pm »
Thanks guys, sounds like this was easier than I thought!