diff --git a/Processors/Z80/Z80.hpp b/Processors/Z80/Z80.hpp index 5fbb090c0..3dc140689 100644 --- a/Processors/Z80/Z80.hpp +++ b/Processors/Z80/Z80.hpp @@ -420,7 +420,7 @@ class ProcessorBase: public ProcessorStorage { /*! Sets the value of a register. - @see get_value_of_register + @see value_of @param r The register to set. @param value The value to set. If the register is only 8 bit, the value will be truncated.