Removed DatMessBIOSReader due to MAME and MESS being combined.

This commit is contained in:
gjefferyes
2015-09-16 20:01:03 -05:00
parent 33f204fc37
commit 5107b5b850
5 changed files with 3 additions and 368 deletions

View File

@@ -129,10 +129,6 @@ namespace ROMVault2.DatReaders
if (mame != null)
return DatXmlReader.ReadMameDat(ref tDat, doc);
XmlNode mess = doc.SelectSingleNode("mess");
if (mess != null)
return DatMessBIOSXmlReader.ReadMessDat(ref tDat, doc);
if (doc.DocumentElement != null)
{
XmlNode head = doc.DocumentElement.SelectSingleNode("header");