[PR #14] [MERGED] mempak support #135

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

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/14
Author: @loganmc10
Created: 10/12/2023
Status: Merged
Merged: 10/12/2023
Merged by: @loganmc10

Base: mainHead: mempak


📝 Commits (6)

📊 Changes

6 files changed (+167 additions, -10 deletions)

View changed files

📝 src/device.rs (+2 -0)
📝 src/device/controller.rs (+49 -10)
src/device/mempak.rs (+93 -0)
📝 src/device/pif.rs (+7 -0)
📝 src/ui.rs (+1 -0)
📝 src/ui/storage.rs (+15 -0)

📄 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/14 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/12/2023 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `mempak` --- ### 📝 Commits (6) - [`fdd4a8d`](https://github.com/gopher64/gopher64/commit/fdd4a8d7db9aaad3cf259bc9e23a122a7054a7a1) mempak support - [`3472a0c`](https://github.com/gopher64/gopher64/commit/3472a0c9722e1475f53d664ca417b0567460609e) fix - [`1f6dda4`](https://github.com/gopher64/gopher64/commit/1f6dda41772e44a53d5b29336637a70410ab2a03) read and write - [`33ad861`](https://github.com/gopher64/gopher64/commit/33ad8612a90765503769c77326e1e36913f4e191) format func - [`2321450`](https://github.com/gopher64/gopher64/commit/2321450e57d5c6852211c1022ee3e0649e580e7f) formatting - [`f3cce2b`](https://github.com/gopher64/gopher64/commit/f3cce2bb263aff6509fa05c68c0bf875231525b3) finish ### 📊 Changes **6 files changed** (+167 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/device.rs` (+2 -0) 📝 `src/device/controller.rs` (+49 -10) ➕ `src/device/mempak.rs` (+93 -0) 📝 `src/device/pif.rs` (+7 -0) 📝 `src/ui.rs` (+1 -0) 📝 `src/ui/storage.rs` (+15 -0) </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:03 +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#135
No description provided.