Use copies of machine data

This commit is contained in:
Matt Nadareski
2023-07-30 23:05:45 -04:00
parent 28472d08bf
commit 439129d284
5 changed files with 43 additions and 35 deletions

View File

@@ -171,8 +171,6 @@ namespace SabreTools.DatFiles.Formats
ItemStatus = ItemStatus.None,
Machine = machine,
Source = new Source
{
Index = indexId,
@@ -181,6 +179,7 @@ namespace SabreTools.DatFiles.Formats
};
// Now process and add the rom
rom.CopyMachineInformation(machine);
ParseAddHelper(rom, statsOnly);
}