Jump to content
LaunchBox Community Forums

Retroarch Bios Files


MiraiKuma

Recommended Posts

I am not asking for you to send me files, just names of files and their sha1 value.

Trying to locate a list of all the bios files that retroarch requires. I went through the retroarch wiki and read all the core readme files and found a list of the following. If someone has all of the bios files Retroarch uses, could you run this windows command line on your folder? It will write all the names of the files and the sha1 values of that file to a BiosHash.txt file. I don't know if I got all of them so if you have more than me, or know you have a full list of Retroarch bioses that are required, please run the cmd command below and share it. Do not worry about mame bioses as that is taken care of in the main mame packages.

Open up command prompt by pressing the windows key and type in CMD. Open command prompt. 

Change directory to where your bios files are stored. To change directory use "cd X:/path/to/bios/folder/here" where X is the drive name and the path to bios folder is the path to the bios folder. Then copy and paste the following in CMD and run it. To paste into CMD just right click when the line below is copied to your clip board.

for /r %%v in (*.*)  do (CertUtil -hashfile %%v) >> BiosHash.txt

List of my files that I have found so far:

SHA1 hash of file L:\Bios\5200.rom:
6ad7a1e8c9fad486fbec9498cb48bf5bc3adc530

SHA1 hash of file L:\Bios\dc_boot.bin:
8951d1bb219ab2ff8583033d2119c899cc81f18c

SHA1 hash of file L:\Bios\dc_flash.bin:
94d44d7f9529ec1642ba3771ed3c5f756d5bc872

SHA1 hash of file L:\Bios\disksys.rom:
57fe1bdee955bb48d357e463ccbf129496930b62

SHA1 hash of file L:\Bios\gba_bios.bin:
300c20df6731a33952ded8c436f7f186d25d3492

SHA1 hash of file L:\Bios\hash.bat:
c65162fe8544ff45c156d1a96387181af94965eb

SHA1 hash of file L:\Bios\o2rom.bin:
b2e1955d957a475de2411770452eff4ea19f4cee

SHA1 hash of file L:\Bios\saturn_bios.bin:
df94c5b4d47eb3cc404d88b33a8fda237eaf4720

SHA1 hash of file L:\Bios\SCPH1001.BIN:
10155d8d6e6e832d6ea66db9bc098321fb5e8ebf

SHA1 hash of file L:\Bios\syscard3.pce:
1b4c260326d905bc718812dad0f68089977f427b

SHA1 hash of file L:\Bios\us_scd1_9210.bin:
f4f315adcef9b8feb0364c21ab7f0eaf5457f3ed

SHA1 hash of file L:\Bios\fba\neogeo.zip:
3f4d34a69d7855e718c5ad8b387ed45ad88f07dc

SHA1 hash of file L:\Bios\neogeo\neogeo.zip:
3f4d34a69d7855e718c5ad8b387ed45ad88f07dc
 

Link to comment
Share on other sites

Oh I missed that, I'm sorry. xD I swear I read it... and I just missed it. I'm sorry. Yea, they use MD5 for their check, and it wont get you the CRC, but you'll have a list to go off of. I do know there is a correct "RetroArch BIOS" pack out there too. You could always grab the pack and check against that.

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...