So I've had an NFL Blitz 2000 Gold board and drive for a while. Drive is dead.
I'd been reading that you can use the CHD images to get yourself a 'fixed' drive, but I always thought that you needed a drive of the *exact* dimensions of the original. So I never bothered.
Recently someone on RGVAC had posted they had fixed a hard drive game with one of the CHD images. I asked about it, and they said they had just used an old drive.
So I looked on eBay, found a 6.4G drive (the size of the uncompressed CHD image) and it arrived over the weekend. Uncompressed the image (which I had to do to an NTFS partition since the file size is > 4G)
So using a Linux installation that I booted from, the NTFS drive that I ripped the image to, and finally the 6.4G drive that the image would be written to, I did this:
dd blitz2k.raw /dev/hdc
It took roughly half an hour. Of course, there's no progress indicator, so I pretty much just kept checking on it, seeing if it would error out (I tried this once before, and it did error out) and it was just sitting there. Finally, it told me that the total number of bytes in equaled the total number out.
Took it downstairs, hooked it up, and crossed my fingers. Sure enough, it started up! I got my Blitz 2000 Gold motherboard a working drive, thanks to Mame and some info from the 'net.
I've heard a lot of arcade techs lauding Mame because the technical specs are so thorough. Reburning dead ROMs from a set to give a dead board new life. Following the specs in the Mame source itself to be able to trace the fault on an actual board.
I'm just grateful for the Mame devs, who made this whole thing possible!