diff --git a/Components/AY38910/AY38910.hpp b/Components/AY38910/AY38910.hpp index 4b35e395a..34aefe1da 100644 --- a/Components/AY38910/AY38910.hpp +++ b/Components/AY38910/AY38910.hpp @@ -38,7 +38,7 @@ class AY38910: public ::Outputs::Filter { /// Gets the value that would appear on the data lines if only the AY is outputting. uint8_t get_data_output(); - /// Sets the + /// Sets the current control line state, as a bit field. void set_control_lines(ControlLines control_lines); /*!