Support more AttractMode fields

This commit is contained in:
Matt Nadareski
2020-08-20 14:36:36 -07:00
parent a33d88aab3
commit 4a6a3699e7
7 changed files with 770 additions and 251 deletions

View File

@@ -147,6 +147,7 @@ namespace SabreTools.Library.DatItems
/// </summary>
public static readonly List<Field> MachineFields = new List<Field>()
{
// Common
Field.MachineName,
Field.Comment,
Field.Description,
@@ -156,15 +157,30 @@ namespace SabreTools.Library.DatItems
Field.RomOf,
Field.CloneOf,
Field.SampleOf,
Field.Supported,
// AttractMode
Field.Players,
Field.Rotation,
Field.Control,
Field.SupportStatus,
Field.DisplayCount,
Field.DisplayType,
Field.Buttons,
// ListXML
Field.SourceFile,
Field.Runnable,
Field.Board,
Field.RebuildTo,
Field.Devices,
Field.SlotOptions,
Field.Infos,
Field.MachineType,
// Logiqx
Field.Board,
Field.RebuildTo,
// SoftwareList
Field.Supported,
};
#endregion