From 75a8f8378c243a383a4f427d39602d0fe0c870d2 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 15 Feb 2018 18:47:23 -0800 Subject: [PATCH] [CHDFile] Notes --- SabreTools.Library/FileTypes/CHDFile.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SabreTools.Library/FileTypes/CHDFile.cs b/SabreTools.Library/FileTypes/CHDFile.cs index 6ef99c2f..b423367f 100644 --- a/SabreTools.Library/FileTypes/CHDFile.cs +++ b/SabreTools.Library/FileTypes/CHDFile.cs @@ -16,8 +16,9 @@ namespace SabreTools.Library.FileTypes { /// /// This is code adapted from chd.h and chd.cpp in MAME + /// Additional archival code from https://github.com/rtissera/libchdr/blob/master/src/chd.h /// - /// + /// /// ---------------------------------------------- /// Common CHD Header: /// 0x00-0x07 - CHD signature @@ -86,7 +87,7 @@ namespace SabreTools.Library.FileTypes /// 0x54-0x67 - SHA-1 /// 0x68-0x7b - Parent SHA-1 /// ---------------------------------------------- - /// + /// public class CHDFile : IDisposable { #region Private instance variables