summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/machine/wd_fdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd_fdc.cpp b/src/devices/machine/wd_fdc.cpp
index c07f4539683..84fcbf5ceb8 100644
--- a/src/devices/machine/wd_fdc.cpp
+++ b/src/devices/machine/wd_fdc.cpp
@@ -1278,7 +1278,7 @@ void wd_fdc_t::index_callback(floppy_image_device *floppy, int state)
if(!intrq_cb.isnull())
intrq_cb(intrq);
}
- logerror("tick %d\n", state);
+
switch(sub_state) {
case IDLE:
if(motor_control || head_control) {