1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-07 23:25:00 +00:00

Update comment.

This commit is contained in:
Thomas Harte
2023-03-13 23:21:19 -04:00
parent 131784d007
commit f26dee16bf

View File

@@ -210,9 +210,9 @@ struct Line: public Command {
// MARK: - Single pixel manipulation. // MARK: - Single pixel manipulation.
/// Implements the PSET command, which plots a single pixel. /// Implements the PSET command, which plots a single pixel and POINT, which reads one.
/// ///
/// No timings are documented, so this'll output as quickly as possible. /// No timings are documented, so this'll output or input as quickly as possible.
template <bool is_read> struct Point: public Command { template <bool is_read> struct Point: public Command {
public: public:
Point(CommandContext &context) : Command(context) { Point(CommandContext &context) : Command(context) {