Wire up remaining AttractMode fields

This commit is contained in:
Matt Nadareski
2020-08-20 21:15:37 -07:00
parent 419ea5ce31
commit d90e9ee8a1
14 changed files with 351 additions and 54 deletions

View File

@@ -20,6 +20,8 @@ namespace SabreTools.Library.DatItems
/// <summary>
/// List of valid field types within a DatItem/Machine
/// </summary>
/// TODO: Should this be split into MachineField and DatItemField?
/// TODO: Should there also be a DatFileField?
public enum Field : int
{
NULL = 0,
@@ -67,8 +69,14 @@ namespace SabreTools.Library.DatItems
#region DatItem
// Common DatItem
ItemType,
Name,
ItemType,
// AttractMode DatItem
AltName,
AltTitle,
// SoftwareList DatItem
PartName,
PartInterface,
Features,