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: Mame database website?  (Read 2423 times)

0 Members and 1 Guest are viewing this topic.

Jakobud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1962
  • Last login:June 30, 2025, 02:20:39 pm
Mame database website?
« on: August 04, 2014, 12:14:27 pm »
A while back, there was a website where you could search for and filter every Mame game by stuff like "# of buttons", "# of players", "type of joystick" etc... So you could essentially do a filtered search for something like, "how many games are 4 players, use 3 buttons per player and use 8 way joysticks" and it would give you a list of all the games that match that.

Anyone know what I'm talking about?  Is there a website like that out there still?

spoot

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 688
  • Last login:June 15, 2015, 10:36:18 am
  • Destroyer of electronics
Re: Mame database website?
« Reply #1 on: August 04, 2014, 01:07:17 pm »
Yeah, I recall I grabbed some of the code/db after it went off-line but I never got around to doing anything with it.  Not even sure where it is atm.   ::)

OTOH, I did create a sqlite3 database with around 575k games in it with all the data I could collect.  Obviously this contains MESS data as well as MAME data.  I should really do sumthing with it, eh?   :dunno

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Mame database website?
« Reply #2 on: August 04, 2014, 01:13:17 pm »
Check out MAWLER or ControlsDat
« Last Edit: August 04, 2014, 01:22:20 pm by headkaze »

Jakobud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1962
  • Last login:June 30, 2025, 02:20:39 pm
Re: Mame database website?
« Reply #3 on: August 04, 2014, 01:22:11 pm »
Yeah okay the site was similar to Mawl.  Basically I guess it would parse mame.xml which should include all the relevant info right?

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9269
  • Last login:July 01, 2025, 07:12:10 am
  • ...
Re: Mame database website?
« Reply #4 on: August 04, 2014, 03:51:38 pm »
It was MAWS.  The website is no longer available.  It was removed because something about it could be exploited, which didn't sit well with the company whose servers it was sitting on.

Mawler was written from scratch to have the functionality of MAWS, but run locally on your PC.

It gets the data from mame.xml and a lot of different .dat files.
You'll have to round all those up yourself.
See the instructions.