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?
BIOS Files Required?
-
- Posts: 150
- Joined: Tue Jan 11, 2022 1:43 am
- Has thanked: 55 times
- Been thanked: 3 times
-
- Top Contributor
- Posts: 433
- Joined: Fri May 29, 2020 8:50 am
- Has thanked: 86 times
- Been thanked: 120 times
Re: BIOS Files Required?
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
-
- Posts: 150
- Joined: Tue Jan 11, 2022 1:43 am
- Has thanked: 55 times
- Been thanked: 3 times
Re: BIOS Files Required?
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?