[PR #633] [MERGED] Differentiate CD32 from CDTV #1073

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/633
Author: @Deterous
Created: 1/19/2024
Status: Merged
Merged: 1/19/2024
Merged by: @mnadareski

Base: masterHead: det-patch-9


📝 Commits (1)

  • 369320e Differentiate CD32 from CDTV

📊 Changes

2 files changed (+8 additions, -6 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/Data/Drive.cs (+7 -6)

📄 Description

If S/STARTUP-SEQUENCE is found, it's either CDTV or CD32
If CDTV.TM is found, it must be CDTV, but I'm told there exists CDTV discs without that file
This commit defaults to CD32 if it doesn't contain CDTV.TM


🔄 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/633 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 1/19/2024 **Status:** ✅ Merged **Merged:** 1/19/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `det-patch-9` --- ### 📝 Commits (1) - [`369320e`](https://github.com/SabreTools/MPF/commit/369320e8bb9d63e881c546536bd02eec29cef1d8) Differentiate CD32 from CDTV ### 📊 Changes **2 files changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/Data/Drive.cs` (+7 -6) </details> ### 📄 Description If `S/STARTUP-SEQUENCE` is found, it's either CDTV or CD32 If `CDTV.TM` is found, it *must* be CDTV, but I'm told there exists CDTV discs without that file This commit defaults to CD32 if it doesn't contain `CDTV.TM` --- <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:25:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1073