[PR #43] [MERGED] Fixes and Floppies #926

Open
opened 2026-01-29 16:24:21 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/43
Author: @mnadareski
Created: 6/14/2018
Status: Merged
Merged: 6/14/2018
Merged by: @mnadareski

Base: masterHead: ymf


📝 Commits (3)

  • 99a26f3 Fix button appearance on Settings window
  • b29a64d Add notes for floppy dumping later
  • 2fe08f9 Support floppy disk reading (fixes #12)

📊 Changes

4 files changed (+91 additions, -24 deletions)

View changed files

📝 DICUI.csproj (+2 -0)
📝 DumpInformation.cs (+12 -4)
📝 MainWindow.xaml.cs (+42 -16)
📝 Utilities.cs (+35 -4)

📄 Description

Minor fixes to some code and the button handling in the Settings window.
Added full, in-GUI support for floppy dumping (fixes #12).


🔄 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/SabreTools/MPF/pull/43 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/14/2018 **Status:** ✅ Merged **Merged:** 6/14/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `ymf` --- ### 📝 Commits (3) - [`99a26f3`](https://github.com/SabreTools/MPF/commit/99a26f33e200a451a400e6f78269152920416f62) Fix button appearance on Settings window - [`b29a64d`](https://github.com/SabreTools/MPF/commit/b29a64d6bf9c3b8fbc0fee013242fdcfdd1e2d26) Add notes for floppy dumping later - [`2fe08f9`](https://github.com/SabreTools/MPF/commit/2fe08f9a3e6bc374df48d2204aa3ccff2d891665) Support floppy disk reading (fixes #12) ### 📊 Changes **4 files changed** (+91 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `DICUI.csproj` (+2 -0) 📝 `DumpInformation.cs` (+12 -4) 📝 `MainWindow.xaml.cs` (+42 -16) 📝 `Utilities.cs` (+35 -4) </details> ### 📄 Description Minor fixes to some code and the button handling in the Settings window. Added full, in-GUI support for floppy dumping (fixes #12). --- <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 16:24:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#926