mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Added just enough to get back to a working build.
This commit is contained in:
@@ -18,3 +18,7 @@ void DiskDrive::set_expected_bit_length(Time bit_length)
|
|||||||
{
|
{
|
||||||
_bit_length = bit_length;
|
_bit_length = bit_length;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void DiskDrive::digital_phase_locked_loop_output_bit(int value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user