this post was submitted on 22 Dec 2024
7 points (100.0% liked)

Emulation

3569 readers
9 users here now

Community to talk about emulation & roms.

RULES:

1.) No bigotry

LINKS:

founded 4 years ago
MODERATORS
 

I find that launching certain games seems to be hit or miss as far as the BIOS is concerned, even though I think I have the right files. Is there a method that confirms you have the correct BIOS prior to launching a title?

you are viewing a single comment's thread
view the rest of the comments
[–] bossjack@lemmy.world 1 points 12 hours ago

There probably isn't an automated solution for this, but you could just get the SHA checksum of your BIOS dumps and compare them to others' checksums on the internet.

As for how, well, you can use the shasum command in the terminal on linux. for windows, powershell has get-filehash. and 7zip for windows has a checksumming function as well.