diff --git a/Interfaces/IFloppyImage.cs b/Interfaces/IFloppyImage.cs
index b79c272..70c0a2d 100644
--- a/Interfaces/IFloppyImage.cs
+++ b/Interfaces/IFloppyImage.cs
@@ -82,6 +82,7 @@ namespace Aaru.CommonTypes.Interfaces
/// Physical head (0-based).
/// Logical sector ID.
/// Status of request.
+ /// Sector tag
byte[] ReadSectorTag(ushort track, byte head, ushort sector, out FloppySectorStatus status, SectorTagType tag);
/// Reads a whole track. It includes all gaps, address marks, sectors data, etc.