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: How to compile CHDMAN  (Read 5696 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
How to compile CHDMAN
« on: March 13, 2012, 03:47:45 am »
Allo,

I use Headkaze's Mame Compiler to update and compile Mame (compiling U4 right now), could anyone tell me how to compile a new CHDMAN ready to convert all the CHDs to V5 and if it's possible with Mame compiler.

Thanks!

Yenome

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 547
  • Last login:November 12, 2024, 07:07:56 pm
  • Punch a fish. Make a wish
Re: How to compile CHDMAN
« Reply #1 on: March 13, 2012, 07:12:09 am »
don't know how to do it with the Mame compiler GUI. but open a cmd prompt and go to the directory you been compiling from and type "make tools" hit enter. it should then compile all the Mame tools. if it doesnt you need to set the path to include that dir.
My Gf made me put a sig up. /whipped

Jonny G

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 191
  • Last login:March 04, 2024, 05:59:46 pm
Re: How to compile CHDMAN
« Reply #2 on: March 13, 2012, 07:34:08 pm »
Spot on! Thanks for that. Would be interested if anyone knows a way to do this with a GUI as well.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19433
  • Last login:September 11, 2025, 10:29:12 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: How to compile CHDMAN
« Reply #3 on: March 13, 2012, 08:48:19 pm »
Let me stop you from giving yourself a headache if you are about to do what I think you are. 

The chd format is in flux atm.  With each revision since .145 it and/or the chdman utility has been tweaked properly. 

The time to upgrade your chds to v5 is when .146 comes out.  ;)

Yenome

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 547
  • Last login:November 12, 2024, 07:07:56 pm
  • Punch a fish. Make a wish
Re: How to compile CHDMAN
« Reply #4 on: March 13, 2012, 11:43:28 pm »
yea id have to agree with howard. only like hdd chd seems to upgrade fine but even still its a game of chance. if your trying to audit you collection with clrmamepro you can change the chd version to 4 and also you have ot change the command line to -verify %1 for it to work with the old chdman.
My Gf made me put a sig up. /whipped

Jonny G

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 191
  • Last login:March 04, 2024, 05:59:46 pm
Re: How to compile CHDMAN
« Reply #5 on: March 14, 2012, 05:33:37 am »
Dont worry! I've not got many CHDs anyway but I am waiting until 146 before I convert. I just wanted to be up to speed with how to do it before it came out. Cheers fellas.

Tafoid

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 238
  • Last login:February 12, 2025, 04:47:22 am
  • Emulation Devotee
    • MAMELOAD TNG (Front-End)
Re: How to compile CHDMAN
« Reply #6 on: March 14, 2012, 07:18:00 am »
Dont worry! I've not got many CHDs anyway but I am waiting until 146 before I convert. I just wanted to be up to speed with how to do it before it came out. Cheers fellas.

If you have the source and are compiling yourself, it's part of the TOOLS package.
Simply type:  "make tools" to make CHDMAN and all the other tools.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19433
  • Last login:September 11, 2025, 10:29:12 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: How to compile CHDMAN
« Reply #7 on: March 14, 2012, 06:28:13 pm »
Dont worry! I've not got many CHDs anyway but I am waiting until 146 before I convert. I just wanted to be up to speed with how to do it before it came out. Cheers fellas.

Well chdman comes pre-compiled with each official revision of mame, so you won't have to do any of this when .146 comes out.  ;)

Jonny G

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 191
  • Last login:March 04, 2024, 05:59:46 pm
Re: How to compile CHDMAN
« Reply #8 on: March 14, 2012, 08:04:50 pm »
Good point, well made. I've learnt something at least.