[PR #233] [MERGED] add some CPU read cycles #332

Closed
opened 2026-03-03 13:47:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/233
Author: @loganmc10
Created: 2/9/2025
Status: Merged
Merged: 2/9/2025
Merged by: @loganmc10

Base: mainHead: reads


📝 Commits (5)

📊 Changes

13 files changed (+35 additions, -54 deletions)

View changed files

📝 parallel-rdp/interface.cpp (+13 -39)
📝 parallel-rdp/interface.hpp (+0 -4)
📝 src/device/ai.rs (+4 -2)
📝 src/device/cart/sc64.rs (+1 -0)
📝 src/device/mi.rs (+1 -0)
📝 src/device/pi.rs (+1 -0)
📝 src/device/rdp.rs (+2 -0)
📝 src/device/rdram.rs (+1 -0)
📝 src/device/ri.rs (+1 -0)
📝 src/device/rsp_interface.rs (+5 -1)
📝 src/device/si.rs (+1 -0)
📝 src/device/vi.rs (+5 -4)
📝 src/ui/video.rs (+0 -4)

📄 Description

No description provided


🔄 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/gopher64/gopher64/pull/233 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 2/9/2025 **Status:** ✅ Merged **Merged:** 2/9/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `reads` --- ### 📝 Commits (5) - [`7f48e25`](https://github.com/gopher64/gopher64/commit/7f48e2569e6bd8c6b9a1797cacaf4483c09b7f73) add some CPU read cycles - [`dcd0423`](https://github.com/gopher64/gopher64/commit/dcd042343c2bf0278d83196694adc92705f9828b) more - [`548a32c`](https://github.com/gopher64/gopher64/commit/548a32c8bfbbbec53116b6806e8bb7b1c7271c7c) more - [`8cfed4b`](https://github.com/gopher64/gopher64/commit/8cfed4b5571765cdd2112c1dbc4fc8a05667cd9f) more - [`98f032b`](https://github.com/gopher64/gopher64/commit/98f032b61b6f230d918b14f5232b904d5de62c72) use scissor region for rdp interrupt calc ### 📊 Changes **13 files changed** (+35 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `parallel-rdp/interface.cpp` (+13 -39) 📝 `parallel-rdp/interface.hpp` (+0 -4) 📝 `src/device/ai.rs` (+4 -2) 📝 `src/device/cart/sc64.rs` (+1 -0) 📝 `src/device/mi.rs` (+1 -0) 📝 `src/device/pi.rs` (+1 -0) 📝 `src/device/rdp.rs` (+2 -0) 📝 `src/device/rdram.rs` (+1 -0) 📝 `src/device/ri.rs` (+1 -0) 📝 `src/device/rsp_interface.rs` (+5 -1) 📝 `src/device/si.rs` (+1 -0) 📝 `src/device/vi.rs` (+5 -4) 📝 `src/ui/video.rs` (+0 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#332
No description provided.