mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 16:30:29 +00:00
Added just enough to get back to a working build.
This commit is contained in:
parent
165dbd9651
commit
63f39608a6
@ -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)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user