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: ListGen or similar list generation tool for newer builds of MAME  (Read 1809 times)

0 Members and 1 Guest are viewing this topic.

Dan

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 53
  • Last login:February 09, 2010, 11:52:34 pm
  • I want to Build My Own Arcade Controls!!
ListGen or similar list generation tool for newer builds of MAME
« on: September 09, 2008, 09:17:12 pm »
I can't get ListGen to work with MAME build 126.  This tool looks very useful in generating custom lists beyond what our front ends support.  Is there an update or a similar tool for generating custom game lists?

Thanks,
Dan

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: ListGen or similar list generation tool for newer builds of MAME
« Reply #1 on: September 09, 2008, 09:55:39 pm »
how about romlister?

http://www.waste.org/~winkles/ROMLister

just released a new version of it today in fact!


Cakemeister

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1002
  • Last login:May 31, 2024, 06:23:16 pm
  • I'm a llama!
Re: ListGen or similar list generation tool for newer builds of MAME
« Reply #2 on: September 09, 2008, 10:53:16 pm »
I have a somewhat crippled version which will run with MAME version v0.127 or newer. It's packaged in the config utility I wrote for Hyperspin.

MAMEdev keep changing the MAME xml file and it keeps breaking ListGen. I've come up with a scheme to make it not do that, but I don't have it in my full version. It's on my list of things to do.
Old, but not obsolete.

BuZz880

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 201
  • Last login:November 16, 2023, 02:16:43 pm
  • I'm a llama!
Re: ListGen or similar list generation tool for newer builds of MAME
« Reply #3 on: September 10, 2008, 09:28:13 am »
how about romlister?

http://www.waste.org/~winkles/ROMLister

just released a new version of it today in fact!



Nice tool, if I may be so bold as to make a sugestion; one list I like is "recent games" which I usually select based on whats added in the last few releases of Mame, in Cakemeisters listgen this was a possibility (veradded 0.10*) with older mame versions.  The other list I like is "4 player games".  I would love to see version added support and number of player support in romlist  ::)

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: ListGen or similar list generation tool for newer builds of MAME
« Reply #4 on: September 10, 2008, 10:54:52 am »
Quote
one list I like is "recent games" which I usually select based on whats added in the last few releases of Mame

That could certainly be done.  I would need another data file to know that information though.  MAME's -listxml output doesn't tell you what version a particular game was added to the list.   If there's a file like that (I assume something like catver.ini) that you could point me to, I'd be happy to add that support.

Quote
The other list I like is "4 player games".  I would love to see version added support and number of player support in romlist  ::)

You can dig those up now.  Just edit the -find text window, and add:
Code: [Select]
& numplayers=4
to the end of the of the text.

This information comes from controls.dat though, which is approximately 50% behind in the number of games mame supports, so you won't find all of them.

u_rebelscum

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3633
  • Last login:April 21, 2010, 03:06:26 pm
  • You rebel scum
    • Mame:Analog+
Re: ListGen or similar list generation tool for newer builds of MAME
« Reply #5 on: September 10, 2008, 04:47:04 pm »
Quote
one list I like is "recent games" which I usually select based on whats added in the last few releases of Mame

That could certainly be done.  I would need another data file to know that information though.  MAME's -listxml output doesn't tell you what version a particular game was added to the list.   If there's a file like that (I assume something like catver.ini) that you could point me to, I'd be happy to add that support.

Catver.ini (the second half of the file).
Robin
Knowledge is Power

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: ListGen or similar list generation tool for newer builds of MAME
« Reply #6 on: September 10, 2008, 05:28:29 pm »
 :-[

heh.  I really should have known that. 

I'll get working on adding that feature for the next release.

BuZz880

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 201
  • Last login:November 16, 2023, 02:16:43 pm
  • I'm a llama!
Re: ListGen or similar list generation tool for newer builds of MAME
« Reply #7 on: September 12, 2008, 12:33:38 am »
neat