diff --git a/SabreTools.Library/DatFiles/OpenMSX.cs b/SabreTools.Library/DatFiles/OpenMSX.cs index 64db951e..d2e0c1a6 100644 --- a/SabreTools.Library/DatFiles/OpenMSX.cs +++ b/SabreTools.Library/DatFiles/OpenMSX.cs @@ -296,6 +296,7 @@ namespace SabreTools.Library.DatFiles /// True if full pathnames are to be kept, false otherwise (default) /// True if game names are sanitized, false otherwise (default) /// True if we should remove non-ASCII characters from output, false otherwise (default) + /// TODO: Make sure that this outputs proper values since only SHA-1 is included private bool ReadRom( XmlReader reader, Machine machine, @@ -369,6 +370,7 @@ namespace SabreTools.Library.DatFiles /// True if full pathnames are to be kept, false otherwise (default) /// True if game names are sanitized, false otherwise (default) /// True if we should remove non-ASCII characters from output, false otherwise (default) + /// TODO: Make sure that this outputs proper values since only SHA-1 is included private bool ReadMegaRom( XmlReader reader, Machine machine, @@ -442,6 +444,7 @@ namespace SabreTools.Library.DatFiles /// True if full pathnames are to be kept, false otherwise (default) /// True if game names are sanitized, false otherwise (default) /// True if we should remove non-ASCII characters from output, false otherwise (default) + /// TODO: Make sure that this outputs proper values since only SHA-1 is included private bool ReadSccPlusCart( XmlReader reader, Machine machine,