summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2020-10-13 15:15:04 +0300
committer Curt Coder <curtcoder@mail.com>2020-10-13 15:15:04 +0300
commit7ebfe4dd92fbb760abea7c0f9f4a1dedf02b9e0c (patch)
tree79ad7d4cc363575f3141ab50de8d22ae7c24bf10
parent257199cbe136f02680cc1887b6db43f31eb8b1d1 (diff)
Fix clang compile.
-rw-r--r--src/devices/machine/wd1010.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd1010.h b/src/devices/machine/wd1010.h
index 17ebd9606de..268ab3a63ca 100644
--- a/src/devices/machine/wd1010.h
+++ b/src/devices/machine/wd1010.h
@@ -138,7 +138,7 @@ private:
emu_timer *m_write_timer;
int m_intrq;
- int m_bdrq;
+ //int m_bdrq;
int m_brdy;
uint8_t m_stepping_rate;
uint8_t m_command;