1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-11-24 13:17:41 +00:00

Add optional initial shift delay.

This commit is contained in:
Thomas Harte
2025-11-18 22:47:19 -05:00
parent 2a0208c554
commit 9c359627f3
11 changed files with 69 additions and 41 deletions

View File

@@ -106,7 +106,7 @@ protected:
@param clamp_to_index_hole If @c true then writing will automatically be truncated by
the index hole. Writing will continue over the index hole otherwise.
*/
void begin_writing(bool clamp_to_index_hole);
void begin_writing(bool clamp_to_index_hole, bool synthesise_initial_writing_events);
/*!
Puts the drive returned by get_drive() out of write mode, and marks the controller