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: NFL Blitz - Need Hard Drive?  (Read 1480 times)

0 Members and 1 Guest are viewing this topic.

njchan

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 37
  • Last login:January 17, 2017, 05:09:21 pm
NFL Blitz - Need Hard Drive?
« on: November 28, 2005, 02:00:37 am »
there's an ebay auction selling an NFL Blitz board without the hard drive ...

how does this work?  can I use just any ol' HD? ... would I just put the chd file on it?

I have an NBA Jam cab and would like to have another game I can swap in and out on it - just for a little variety now and then.

thanks for any info!

SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Re: NFL Blitz - Need Hard Drive?
« Reply #1 on: November 28, 2005, 06:14:04 am »
Getting a CHD onto a hard drive has been posted about before, but here's how I did it for my Blitz 2000 Gold.

1) Use chdman.exe to extract the chd to it's raw format, ie:

          chdman.exe -extract blitz2k.chd blitz2k.raw

the resulting file will be large, so make sure you have enough space.

2) get yourself a Linux disk that has the 'dd' command on it. 

3) Hook the drive you want to write to up.  Note it's position in your system, ie hda, hdb, hdc, hdd

4) write the image to the hard drive using the Linux dd command:

          dd if=blitz2k.raw of=/dev/hdXXXX (where you put the drive you want the image)

That's cut-and-dried, but hopefully you can get it.

There's also a way to do it from XP, but I found this to be the easiest for me.