mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-04 14:30:19 +00:00
Removed leftover very temporary debugging aid.
This commit is contained in:
parent
b9fad184d7
commit
a8bc9d830e
@ -11,8 +11,6 @@
|
||||
|
||||
using namespace WD;
|
||||
|
||||
unsigned int counter = 0;
|
||||
|
||||
WD1770::Status::Status() :
|
||||
type(Status::One),
|
||||
write_protect(false),
|
||||
@ -144,7 +142,6 @@ uint8_t WD1770::get_register(int address)
|
||||
|
||||
void WD1770::run_for_cycles(unsigned int number_of_cycles)
|
||||
{
|
||||
counter += number_of_cycles;
|
||||
Storage::Disk::Controller::run_for_cycles((int)number_of_cycles);
|
||||
|
||||
if(delay_time_)
|
||||
|
Loading…
x
Reference in New Issue
Block a user