[PR #1332] [MERGED] Update BIOS image handling #454

Open
opened 2026-01-29 19:08:00 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1332
Author: @ggrtk
Created: 12/28/2020
Status: Merged
Merged: 12/28/2020
Merged by: @stenzek

Base: masterHead: ps2-bios-size


📝 Commits (3)

  • 4db29f9 HostInterface: Check all console regions when looking for any BIOS
  • 0e2276f BIOS: Add support for loading PS2 BIOSes
  • d9096ca BIOS: Prevent patching incompatible BIOSes

📊 Changes

4 files changed (+56 additions, -49 deletions)

View changed files

📝 src/core/bios.cpp (+49 -44)
📝 src/core/bios.h (+3 -1)
📝 src/core/host_interface.cpp (+3 -3)
📝 src/core/host_interface.h (+1 -1)

📄 Description

For #1247.

Turns out that the 512KB PS1 BIOS on PS3 is incompatible with the fast boot patch and seems to get stuck in an invalid bus read/write loop. TTY patch doesn't look like it works either. Disabling patching for it should be fine, since it's effectively a fastboot BIOS anyways.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/1332 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 12/28/2020 **Status:** ✅ Merged **Merged:** 12/28/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `ps2-bios-size` --- ### 📝 Commits (3) - [`4db29f9`](https://github.com/stenzek/duckstation/commit/4db29f939934341db32e2cd591195048df4e46ee) HostInterface: Check all console regions when looking for any BIOS - [`0e2276f`](https://github.com/stenzek/duckstation/commit/0e2276fc7af769e3d22533a5474e031df20b4dec) BIOS: Add support for loading PS2 BIOSes - [`d9096ca`](https://github.com/stenzek/duckstation/commit/d9096ca12d7e5f60c704be222eed258e2e4394a1) BIOS: Prevent patching incompatible BIOSes ### 📊 Changes **4 files changed** (+56 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `src/core/bios.cpp` (+49 -44) 📝 `src/core/bios.h` (+3 -1) 📝 `src/core/host_interface.cpp` (+3 -3) 📝 `src/core/host_interface.h` (+1 -1) </details> ### 📄 Description For #1247. Turns out that the 512KB PS1 BIOS on PS3 is incompatible with the fast boot patch and seems to get stuck in an invalid bus read/write loop. TTY patch doesn't look like it works either. Disabling patching for it should be fine, since it's effectively a fastboot BIOS anyways. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:08:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#454