diff --git a/Deheader/Headerer.cs b/Deheader/Headerer.cs index 9d6136ff..2091d2f8 100644 --- a/Deheader/Headerer.cs +++ b/Deheader/Headerer.cs @@ -165,9 +165,15 @@ namespace SabreTools case HeaderType.NES: tempDict = Remapping.NES; break; + case HeaderType.PSID: + tempDict = Remapping.PSID; + break; case HeaderType.SNES: tempDict = Remapping.SNES; break; + case HeaderType.SPC: + tempDict = Remapping.SPC; + break; } // Loop over the dictionary and see if there are matches