mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Removes unnecessary logging.
This commit is contained in:
parent
b9b107ee85
commit
28fb1ce2ae
@ -53,7 +53,6 @@ void TZX::get_next_pulses() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("TZX %02x\n", chunk_id);
|
|
||||||
switch(chunk_id) {
|
switch(chunk_id) {
|
||||||
case 0x10: get_standard_speed_data_block(); break;
|
case 0x10: get_standard_speed_data_block(); break;
|
||||||
case 0x11: get_turbo_speed_data_block(); break;
|
case 0x11: get_turbo_speed_data_block(); break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user