mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-07-08 18:16:25 +00:00
Add information for Sony Electronic Book
This commit is contained in:
@@ -1348,6 +1348,7 @@ namespace SabreTools.RedumpLib.Test.Data
|
||||
PhysicalSystem.Psion,
|
||||
PhysicalSystem.SegaPrologue21MultimediaKaraokeSystem,
|
||||
PhysicalSystem.SharpZaurus,
|
||||
PhysicalSystem.SonyElectronicBook,
|
||||
PhysicalSystem.TaoiKTV,
|
||||
PhysicalSystem.TomyKissSite,
|
||||
PhysicalSystem.VideoCD,
|
||||
@@ -1642,6 +1643,7 @@ namespace SabreTools.RedumpLib.Test.Data
|
||||
PhysicalSystem.Psion,
|
||||
PhysicalSystem.SegaPrologue21MultimediaKaraokeSystem,
|
||||
PhysicalSystem.SharpZaurus,
|
||||
PhysicalSystem.SonyElectronicBook,
|
||||
PhysicalSystem.TomyKissSite,
|
||||
PhysicalSystem.VideoCD,
|
||||
];
|
||||
@@ -1753,6 +1755,7 @@ namespace SabreTools.RedumpLib.Test.Data
|
||||
PhysicalSystem.Psion,
|
||||
PhysicalSystem.SegaPrologue21MultimediaKaraokeSystem,
|
||||
PhysicalSystem.SharpZaurus,
|
||||
PhysicalSystem.SonyElectronicBook,
|
||||
PhysicalSystem.TomyKissSite,
|
||||
PhysicalSystem.VideoCD,
|
||||
];
|
||||
|
||||
@@ -2602,8 +2602,7 @@ namespace SabreTools.RedumpLib.Data
|
||||
[System(Category = SystemCategory.Other, LongName = "Sharp Zaurus", ShortName = "ZAURUS", HasCues = true, HasDat = true)]
|
||||
SharpZaurus,
|
||||
|
||||
// Short name currently undefined
|
||||
[System(Category = SystemCategory.Other, Available = false, LongName = "Sony Electronic Book", ShortName = "SONYEB")]
|
||||
[System(Category = SystemCategory.Other, LongName = "Sony Electronic Book", ShortName = "SEB", HasCues = true, HasDat = true)]
|
||||
SonyElectronicBook,
|
||||
|
||||
[System(Category = SystemCategory.Other, Available = false, LongName = "Super Audio CD")]
|
||||
|
||||
Reference in New Issue
Block a user