From 3af30b1fecc94ce70fb0a1597708f8013e1149c6 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 10 May 2023 18:46:46 -0500 Subject: [PATCH] Update documentation. --- Processors/Z80/Z80.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.