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 0.162 build error  (Read 2010 times)

0 Members and 1 Guest are viewing this topic.

Jonny G

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 191
  • Last login:March 04, 2024, 05:59:46 pm
MAME 0.162 build error
« on: June 05, 2015, 04:41:55 pm »
Being doing a bit of mucking around with the source code in MAME starting with the previous version (0.161)

In that version, the file "src/mame/mame.lst" could be edited to remove references to any roms you wanted to exclude from the build. In my case the removal of all mechanical/pinball/fruit machine related stuff.

However, in 0.162 the structure has changed so that "src/mame/mame.lst" now just links to two files, "arcade.lst" and "mess.lst".

The contents of "arcade.lst" are the same as "mame.lst" from the prev. version but applying the same edits as before produces a non working build. ClrMamePro cannot extract any info from it.

Anyone got any ideas?

Jonny G

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 191
  • Last login:March 04, 2024, 05:59:46 pm
Re: MAME 0.162 build error
« Reply #1 on: June 05, 2015, 06:33:09 pm »
Been researching this myself, looks as though because MAME and MESS are now combined, the XML output is now different, requiring rom managers to be updater. (Luckily it looks like CMP has been).

As I never tried to compile without my edits I don't know if that too would suffer the same problems. Gonna find out...

Jonny G

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 191
  • Last login:March 04, 2024, 05:59:46 pm
Re: MAME 0.162 build error
« Reply #2 on: June 07, 2015, 04:41:58 am »
New CMP fixed things.