mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
All OpenMSX fields are Rom-only
This is one of the single largest reductions in boilerplate items because of the nature of the change. Unfortunately, a lot of cases won't see *too* much improvement since most DatFiles use Rom heavily.
This commit is contained in:
@@ -78,7 +78,7 @@ namespace SabreTools.Library.DatItems
|
||||
/// List of valid field types within a DatItem/Machine
|
||||
/// </summary>
|
||||
/// TODO: Move this to a more common location
|
||||
/// TODO: Should this be split into separate enums?
|
||||
/// TODO: Ensure the order of these after all shuffling
|
||||
public enum Field : int
|
||||
{
|
||||
NULL = 0,
|
||||
@@ -241,16 +241,6 @@ namespace SabreTools.Library.DatItems
|
||||
|
||||
#endregion
|
||||
|
||||
#region OpenMSX
|
||||
|
||||
DatItem_Original,
|
||||
DatItem_OpenMSXSubType,
|
||||
DatItem_OpenMSXType,
|
||||
DatItem_Remark,
|
||||
DatItem_Boot,
|
||||
|
||||
#endregion
|
||||
|
||||
#region SoftwareList
|
||||
|
||||
// Part
|
||||
@@ -291,6 +281,13 @@ namespace SabreTools.Library.DatItems
|
||||
DatItem_Optional,
|
||||
DatItem_Inverted,
|
||||
|
||||
// Rom (OpenMSX)
|
||||
DatItem_Original,
|
||||
DatItem_OpenMSXSubType,
|
||||
DatItem_OpenMSXType,
|
||||
DatItem_Remark,
|
||||
DatItem_Boot,
|
||||
|
||||
// Rom (SoftwareList)
|
||||
DatItem_AreaName,
|
||||
DatItem_AreaSize,
|
||||
|
||||
Reference in New Issue
Block a user