diff --git a/SabreTools.DatFiles/DatFile.Splitting.cs b/SabreTools.DatFiles/DatFile.Splitting.cs
index 3bec7236..7e61dac9 100644
--- a/SabreTools.DatFiles/DatFile.Splitting.cs
+++ b/SabreTools.DatFiles/DatFile.Splitting.cs
@@ -1026,7 +1026,7 @@ namespace SabreTools.DatFiles
/// Applies to .
/// Assumes items are bucketed by .
///
- internal void RemoveBiosRomsFromChildImplDB(bool bios)
+ private void RemoveBiosRomsFromChildImplDB(bool bios)
{
// Loop through the romof tags
List buckets = [.. ItemsDB.SortedKeys];
@@ -1129,7 +1129,7 @@ namespace SabreTools.DatFiles
/// Applies to .
/// Assumes items are bucketed by .
///
- internal void RemoveRomsFromChildImplDB()
+ private void RemoveRomsFromChildImplDB()
{
List buckets = [.. ItemsDB.SortedKeys];
foreach (string bucket in buckets)