[PR #1056] [MERGED] Add support for PS2/PS3-type PS1 BIOSes #292

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1056
Author: @ggrtk
Created: 11/9/2020
Status: Merged
Merged: 11/10/2020
Merged by: @stenzek

Base: masterHead: exp-access


📝 Commits (4)

  • f3522b7 Bus: Stub out EXP3 and unknown EXP accesses
  • c698519 Bus: Log writes to additional POST registers
  • d0443e3 BIOS: Add BIOS image info for PS1 on PS3
  • ba2e9d0 Merge branch 'master' into exp-access

📊 Changes

3 files changed (+52 additions, -4 deletions)

View changed files

📝 src/core/bios.cpp (+2 -3)
📝 src/core/bus.cpp (+47 -1)
📝 src/core/bus.h (+3 -0)

📄 Description

Follow-up for #1047.


🔄 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/1056 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 11/9/2020 **Status:** ✅ Merged **Merged:** 11/10/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `exp-access` --- ### 📝 Commits (4) - [`f3522b7`](https://github.com/stenzek/duckstation/commit/f3522b7b70af213a5cb0ec4bfca2865f97bd7e02) Bus: Stub out EXP3 and unknown EXP accesses - [`c698519`](https://github.com/stenzek/duckstation/commit/c698519d4499f1380805da2143cd578731df2496) Bus: Log writes to additional POST registers - [`d0443e3`](https://github.com/stenzek/duckstation/commit/d0443e3165cf97b2d16367ec04a489ea3d0cab55) BIOS: Add BIOS image info for PS1 on PS3 - [`ba2e9d0`](https://github.com/stenzek/duckstation/commit/ba2e9d030c8097d54c24e96650b41a2bbd7dfa8e) Merge branch 'master' into exp-access ### 📊 Changes **3 files changed** (+52 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/core/bios.cpp` (+2 -3) 📝 `src/core/bus.cpp` (+47 -1) 📝 `src/core/bus.h` (+3 -0) </details> ### 📄 Description Follow-up for #1047. --- <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:07:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#292