1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 08:28:57 +00:00

Added just enough to get back to a working build.

This commit is contained in:
Thomas Harte 2016-07-15 20:35:19 -04:00
parent 165dbd9651
commit 63f39608a6

View File

@ -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)
{
}