Add information for Chihiro Satellite Terminal PC

This commit is contained in:
Matt Nadareski
2026-07-05 21:05:39 -04:00
parent 861647c95a
commit 42d9bbf738
3 changed files with 14 additions and 0 deletions

View File

@@ -1312,6 +1312,7 @@ namespace SabreTools.RedumpLib.Test.Data
PhysicalSystem.PCBasedArcade,
PhysicalSystem.SegaALLS,
PhysicalSystem.SegaChihiro,
PhysicalSystem.SegaChihiroSatelliteTerminalPC,
PhysicalSystem.SegaLindbergh,
PhysicalSystem.SegaLindberghSatelliteTerminalPC,
PhysicalSystem.SegaNaomi,
@@ -1490,6 +1491,7 @@ namespace SabreTools.RedumpLib.Test.Data
[PhysicalSystem.RawThrillsVarious] = SystemCategory.Arcade,
[PhysicalSystem.SegaALLS] = SystemCategory.Arcade,
[PhysicalSystem.SegaChihiro] = SystemCategory.Arcade,
[PhysicalSystem.SegaChihiroSatelliteTerminalPC] = SystemCategory.Arcade,
[PhysicalSystem.SegaEuropaR] = SystemCategory.Arcade,
[PhysicalSystem.SegaLindbergh] = SystemCategory.Arcade,
[PhysicalSystem.SegaLindberghSatelliteTerminalPC] = SystemCategory.Arcade,
@@ -1598,6 +1600,7 @@ namespace SabreTools.RedumpLib.Test.Data
PhysicalSystem.PanasonicM2,
PhysicalSystem.PCBasedArcade,
PhysicalSystem.SegaChihiro,
PhysicalSystem.SegaChihiroSatelliteTerminalPC,
PhysicalSystem.SegaNaomi,
PhysicalSystem.SegaNaomi2,
PhysicalSystem.SegaNaomiSatelliteTerminalPC,
@@ -1704,6 +1707,7 @@ namespace SabreTools.RedumpLib.Test.Data
PhysicalSystem.PCBasedArcade,
PhysicalSystem.SegaALLS,
PhysicalSystem.SegaChihiro,
PhysicalSystem.SegaChihiroSatelliteTerminalPC,
PhysicalSystem.SegaLindbergh,
PhysicalSystem.SegaLindberghSatelliteTerminalPC,
PhysicalSystem.SegaNaomi,
@@ -1853,6 +1857,7 @@ namespace SabreTools.RedumpLib.Test.Data
PhysicalSystem.RawThrillsVarious,
PhysicalSystem.SegaALLS,
PhysicalSystem.SegaChihiro,
PhysicalSystem.SegaChihiroSatelliteTerminalPC,
PhysicalSystem.SegaEuropaR,
PhysicalSystem.SegaLindbergh,
PhysicalSystem.SegaLindberghSatelliteTerminalPC,

View File

@@ -2427,6 +2427,9 @@ namespace SabreTools.RedumpLib.Data
[System(Category = SystemCategory.Arcade, LongName = "Sega Chihiro", ShortName = "CHIHIRO", HasCues = true, HasDat = true)]
SegaChihiro,
[System(Category = SystemCategory.Arcade, LongName = "Sega Chihiro Satellite Terminal PC", ShortName = "CHIHIROPC", HasCues = true, HasDat = true)]
SegaChihiroSatelliteTerminalPC,
[System(Category = SystemCategory.Arcade, Available = false, LongName = "Sega Europa-R")]
SegaEuropaR,

View File

@@ -723,6 +723,12 @@ namespace SabreTools.RedumpLib.Data
types.Add(PhysicalMediaType.GDROM); // High density partition
break;
// https://www.system16.com/hardware.php?id=730
case PhysicalSystem.SegaChihiroSatelliteTerminalPC:
types.Add(PhysicalMediaType.CDROM);
types.Add(PhysicalMediaType.DVD);
break;
// http://system16.com/hardware.php?id=907
case PhysicalSystem.SegaEuropaR:
types.Add(PhysicalMediaType.DVD);