[PR #283] [MERGED] flash cart menu support #382

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

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/283
Author: @loganmc10
Created: 2/25/2025
Status: Merged
Merged: 2/26/2025
Merged by: @loganmc10

Base: mainHead: sc


📝 Commits (10+)

📊 Changes

10 files changed (+237 additions, -116 deletions)

View changed files

📝 src/device.rs (+4 -5)
📝 src/device/cart.rs (+2 -5)
📝 src/device/cart/rom.rs (+30 -47)
📝 src/device/cart/sc64.rs (+115 -22)
📝 src/device/memory.rs (+4 -4)
📝 src/device/rdram.rs (+3 -4)
📝 src/device/ri.rs (+16 -9)
📝 src/ui.rs (+1 -0)
📝 src/ui/audio.rs (+8 -3)
📝 src/ui/storage.rs (+54 -17)

📄 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/283 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 2/25/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `sc` --- ### 📝 Commits (10+) - [`af2a095`](https://github.com/gopher64/gopher64/commit/af2a0950b751956aa117ad5b50f088022d6db372) flash cart menu support - [`3c59e5f`](https://github.com/gopher64/gopher64/commit/3c59e5f46c1ae6da69f9a7b18506550ce0f31188) more - [`c505605`](https://github.com/gopher64/gopher64/commit/c5056054434ea2f6f37162faa29fa7a5f653be26) more - [`5d789a0`](https://github.com/gopher64/gopher64/commit/5d789a0bad74f1c0253dbd831899cc4dc30d0c9b) more - [`ace3265`](https://github.com/gopher64/gopher64/commit/ace32658d4ec3abeeb3b50c95c018d975905e4e4) more - [`4838e37`](https://github.com/gopher64/gopher64/commit/4838e371b444461fe6e92a10071430c0093279db) more - [`b6acadf`](https://github.com/gopher64/gopher64/commit/b6acadfcc2151811f4d0874ce78b793fc9479a61) more - [`6c26ca7`](https://github.com/gopher64/gopher64/commit/6c26ca7b56f0f0d45f84ad1cc76f3edd28a40f2d) more - [`bfa831b`](https://github.com/gopher64/gopher64/commit/bfa831b9e7ee8a6ce5487aa45dd02a0d2656fd60) more - [`7f301e2`](https://github.com/gopher64/gopher64/commit/7f301e2e113e25dab7799ff52433205a4fd69f16) more ### 📊 Changes **10 files changed** (+237 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `src/device.rs` (+4 -5) 📝 `src/device/cart.rs` (+2 -5) 📝 `src/device/cart/rom.rs` (+30 -47) 📝 `src/device/cart/sc64.rs` (+115 -22) 📝 `src/device/memory.rs` (+4 -4) 📝 `src/device/rdram.rs` (+3 -4) 📝 `src/device/ri.rs` (+16 -9) 📝 `src/ui.rs` (+1 -0) 📝 `src/ui/audio.rs` (+8 -3) 📝 `src/ui/storage.rs` (+54 -17) </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:13 +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#382
No description provided.