mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-07-08 18:16:25 +00:00
Add information for Chihiro Satellite Terminal PC
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user