From df187e5e6af0020e6f495dc2d6a613f0fb7c747b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Thu, 26 Mar 2020 12:20:06 +0100 Subject: [PATCH] fix a documentation (test cannot compile will be fixed quickly) --- sources/PPU/PPU.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/PPU/PPU.hpp b/sources/PPU/PPU.hpp index 11c5f69..28c9d03 100644 --- a/sources/PPU/PPU.hpp +++ b/sources/PPU/PPU.hpp @@ -310,8 +310,7 @@ namespace ComSquare::PPU }; uint8_t raw; } _m7sel; - //! M7A M7B M7C M7D i didn't understand how they works so they will be added later. - + //! @brief M7A M7B M7C M7C registers, M7A and M7B are also used with ($2134/6) (multiplactions registers) union { struct { uint8_t m7l;