mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire up remaining OpenMSX DatItem fields
This commit is contained in:
@@ -121,6 +121,16 @@ namespace SabreTools.Library.DatItems
|
||||
|
||||
#endregion
|
||||
|
||||
#region OpenMSX
|
||||
|
||||
Original,
|
||||
OpenMSXSubType,
|
||||
OpenMSXType,
|
||||
Remark,
|
||||
Boot,
|
||||
|
||||
#endregion
|
||||
|
||||
#region SoftwareList
|
||||
|
||||
PartName,
|
||||
@@ -202,6 +212,18 @@ namespace SabreTools.Library.DatItems
|
||||
Blank = 99, // This is not a real type, only used internally
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determine which OpenMSX subtype an item is
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum OpenMSXSubType
|
||||
{
|
||||
NULL = 0,
|
||||
Rom = 1,
|
||||
MegaRom = 2,
|
||||
SCCPlusCart = 3,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determine what type of machine it is
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user