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

@@ -24,16 +24,9 @@ namespace SabreTools.Library.DatItems
{
NULL = 0,
// Generic DatItem
ItemType,
Name,
PartName,
PartInterface,
Features,
AreaName,
AreaSize,
#region Machine
// Machine
// Common Machine
MachineName,
Comment,
Description,
@@ -44,16 +37,44 @@ namespace SabreTools.Library.DatItems
RomOf,
CloneOf,
SampleOf,
Supported,
// AttractMode Machine
Players,
Rotation,
Control,
SupportStatus,
DisplayCount,
DisplayType,
Buttons,
// ListXML Machine
SourceFile,
Runnable,
Board,
RebuildTo,
Devices,
SlotOptions,
Infos,
MachineType,
// Logiqx Machine
Board,
RebuildTo,
// SoftwareList Machine
Supported,
#endregion
#region DatItem
// Common DatItem
ItemType,
Name,
PartName,
PartInterface,
Features,
AreaName,
AreaSize,
// BiosSet
Default,
BiosDescription,
@@ -84,6 +105,8 @@ namespace SabreTools.Library.DatItems
CRC,
Offset,
Inverted,
#endregion
}
/// <summary>