mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Support more AttractMode fields
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user