Wire up Logiqx TruRip/EmuArc fields

This commit is contained in:
Matt Nadareski
2020-08-20 22:42:04 -07:00
parent d90e9ee8a1
commit bcd765b375
8 changed files with 726 additions and 54 deletions

View File

@@ -28,7 +28,8 @@ namespace SabreTools.Library.DatItems
#region Machine
// Common Machine
#region Common
MachineName,
Comment,
Description,
@@ -41,7 +42,10 @@ namespace SabreTools.Library.DatItems
SampleOf,
MachineType,
// AttractMode Machine
#endregion
#region AttractMode
Players,
Rotation,
Control,
@@ -50,39 +54,73 @@ namespace SabreTools.Library.DatItems
DisplayType,
Buttons,
// ListXML Machine
#endregion
#region ListXML
SourceFile,
Runnable,
Devices,
SlotOptions,
Infos,
// Logiqx Machine
#endregion
#region Logiqx
Board,
RebuildTo,
// SoftwareList Machine
#endregion
#region Logiqx EmuArc
TitleID,
Developer,
Genre,
Subgenre,
Ratings,
Score,
Enabled,
HasCrc,
RelatedTo,
#endregion
#region SoftwareList
Supported,
#endregion
#endregion // Machine
#region DatItem
// Common DatItem
#region Common
Name,
ItemType,
// AttractMode DatItem
#endregion
#region AttractMode
AltName,
AltTitle,
// SoftwareList DatItem
#endregion
#region SoftwareList
PartName,
PartInterface,
Features,
AreaName,
AreaSize,
#endregion
// BiosSet
Default,
BiosDescription,
@@ -114,7 +152,7 @@ namespace SabreTools.Library.DatItems
Offset,
Inverted,
#endregion
#endregion // DatItem
}
/// <summary>