BIOS Files Required?

misterrocks
Posts: 109
Joined: Tue Jan 11, 2022 1:43 am
Has thanked: 45 times
Been thanked: 2 times

BIOS Files Required?

Unread post by misterrocks »

Do I need to find BIOS files to play Playstation ROMs? If so is there a region-free BIOS so I can use the gamesmenu script?

AngelicLiver
Posts: 337
Joined: Fri May 29, 2020 8:50 am
Has thanked: 71 times
Been thanked: 99 times

Re: BIOS Files Required?

Unread post by AngelicLiver »

PlayStation uses CD images (CHD/BIN & CUE), not ROMs. The core automatically swaps BIOSes based on the image mounted. You will need all three in the "./games/PSX/" directory.

Code: Select all

boot.rom  => US BIOS
boot1.rom => JP BIOS
boot2.rom => EU BIOS

More info here and here.

misterrocks
Posts: 109
Joined: Tue Jan 11, 2022 1:43 am
Has thanked: 45 times
Been thanked: 2 times

Re: BIOS Files Required?

Unread post by misterrocks »

Ok it looks like the BIOS files must be pulled in by update_all. Why would the script pull in PSX BIOS files but not Saturn BIOS files?

Post Reply