From fddd979287b93b4d89c261f6f0699497f345ec92 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 15 Mar 2018 17:16:22 -0700 Subject: [PATCH] [OpenMSX] Add notes about SHA-1 only inputs --- SabreTools.Library/DatFiles/OpenMSX.cs | 3 +++ 1 file changed, 3 insertions(+) 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,