mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire up remaining OpenMSX machine fields
This commit is contained in:
@@ -459,6 +459,22 @@ namespace SabreTools.Library.DatFiles
|
||||
|
||||
#endregion
|
||||
|
||||
#region OpenMSX
|
||||
|
||||
case "Machine.GenMSXID":
|
||||
machine.GenMSXID = value;
|
||||
break;
|
||||
|
||||
case "Machine.System":
|
||||
machine.System = value;
|
||||
break;
|
||||
|
||||
case "Machine.Country":
|
||||
machine.Country = value;
|
||||
break;
|
||||
|
||||
#endregion
|
||||
|
||||
#region SoftwareList
|
||||
|
||||
case "Machine.Supported":
|
||||
@@ -1238,6 +1254,25 @@ namespace SabreTools.Library.DatFiles
|
||||
|
||||
#endregion
|
||||
|
||||
#region OpenMSX
|
||||
|
||||
case "genmsxid":
|
||||
case "genmsx id":
|
||||
case "genmsx-id":
|
||||
case "gen msx id":
|
||||
case "gen-msx-id":
|
||||
return "Machine.GenMSXID";
|
||||
|
||||
case "msxsystem":
|
||||
case "msx system":
|
||||
case "msx-system":
|
||||
return "Machine.System";
|
||||
|
||||
case "country":
|
||||
return "Machine.Country";
|
||||
|
||||
#endregion
|
||||
|
||||
#region SoftwareList
|
||||
|
||||
case "supported":
|
||||
|
||||
Reference in New Issue
Block a user