[PR #214] [MERGED] SD card emulation #314

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

📋 Pull Request Information

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

Base: mainHead: summer


📝 Commits (10+)

📊 Changes

11 files changed (+325 additions, -33 deletions)

View changed files

📝 Cargo.toml (+1 -0)
📝 src/device.rs (+17 -11)
📝 src/device/cart.rs (+4 -0)
📝 src/device/cart/rom.rs (+0 -0)
src/device/cart/sc64.rs (+233 -0)
📝 src/device/cart/sram.rs (+0 -0)
📝 src/device/memory.rs (+13 -5)
📝 src/device/pi.rs (+10 -7)
📝 src/ui.rs (+2 -0)
📝 src/ui/gui/gui_netplay.rs (+2 -3)
📝 src/ui/storage.rs (+43 -7)

📄 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/214 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 2/3/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `summer` --- ### 📝 Commits (10+) - [`f9c67e4`](https://github.com/gopher64/gopher64/commit/f9c67e460a850c920b44f33902e04ab730db5d5e) SD card emulation - [`ed0d262`](https://github.com/gopher64/gopher64/commit/ed0d262c7650efd2e2a6007daff587227b99f693) more - [`76d2bba`](https://github.com/gopher64/gopher64/commit/76d2bba86a309ff1d95d76f5c23a879f88ea915e) more - [`c15898c`](https://github.com/gopher64/gopher64/commit/c15898c3cb43c04636bf99a5e4bcfaaa3b9c697a) more - [`3f71109`](https://github.com/gopher64/gopher64/commit/3f71109355ec4b98db100f209b4fe4018e23381c) more - [`ee3423a`](https://github.com/gopher64/gopher64/commit/ee3423af20b8566cd938afc5b1a9232c8d22aa73) more - [`947314b`](https://github.com/gopher64/gopher64/commit/947314b1ade891414152089a97ac09ed4a8210ab) more - [`dd44ded`](https://github.com/gopher64/gopher64/commit/dd44dede48403c0bcc89f29527ae04d8ecb69b13) more - [`fb2e8cc`](https://github.com/gopher64/gopher64/commit/fb2e8cc864fc263673a854c4c207b1fa9ddb358f) better save name - [`72d072c`](https://github.com/gopher64/gopher64/commit/72d072cc4eb378daf03acd743c9633d325adf947) better save name ### 📊 Changes **11 files changed** (+325 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -0) 📝 `src/device.rs` (+17 -11) 📝 `src/device/cart.rs` (+4 -0) 📝 `src/device/cart/rom.rs` (+0 -0) ➕ `src/device/cart/sc64.rs` (+233 -0) 📝 `src/device/cart/sram.rs` (+0 -0) 📝 `src/device/memory.rs` (+13 -5) 📝 `src/device/pi.rs` (+10 -7) 📝 `src/ui.rs` (+2 -0) 📝 `src/ui/gui/gui_netplay.rs` (+2 -3) 📝 `src/ui/storage.rs` (+43 -7) </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:46:55 +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#314
No description provided.