1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-09 00:37:27 +00:00

Completed dangling comment.

This commit is contained in:
Thomas Harte 2017-08-01 17:01:36 -04:00
parent 64da8e17d1
commit 2d4e202be3

View File

@ -38,7 +38,7 @@ class AY38910: public ::Outputs::Filter<AY38910> {
/// 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);
/*!