mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +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;
|
||||
}
|
||||
|
||||
void DiskDrive::digital_phase_locked_loop_output_bit(int value)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user