From a8bc9d830ea75fc1deffb343e5234529849cd934 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 28 Dec 2016 23:03:05 -0500 Subject: [PATCH] Removed leftover very temporary debugging aid. --- Components/1770/1770.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Components/1770/1770.cpp b/Components/1770/1770.cpp index 23caba73d..668fff112 100644 --- a/Components/1770/1770.cpp +++ b/Components/1770/1770.cpp @@ -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_)