diff --git a/Storage/Disk/MFMDiskController.hpp b/Storage/Disk/MFMDiskController.hpp index d512ff525..4ace6665e 100644 --- a/Storage/Disk/MFMDiskController.hpp +++ b/Storage/Disk/MFMDiskController.hpp @@ -107,6 +107,10 @@ class MFMController: public Controller { */ void write_raw_short(uint16_t value); + /*! + Gets the current value of the CRC generator and makes two calls to @c write_byte, to + write first its higher-value byte and then its lower. + */ void write_crc(); private: