summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ldvp931.h
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2017-06-02 17:51:30 +0300
committer Curt Coder <curtcoder@mail.com>2017-06-02 17:51:30 +0300
commiteff193d8e4061a3765694d6dbfb6a7ddcc31945b (patch)
tree41d578af3ac522143ff55a9132d58819a5e0e228 /src/devices/machine/ldvp931.h
parent24066545bd911f3d711094446417907685aa4892 (diff)
Compile fix. (nw)
Diffstat (limited to 'src/devices/machine/ldvp931.h')
-rw-r--r--src/devices/machine/ldvp931.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ldvp931.h b/src/devices/machine/ldvp931.h
index df626efa6ca..2dbea3e8c35 100644
--- a/src/devices/machine/ldvp931.h
+++ b/src/devices/machine/ldvp931.h
@@ -120,7 +120,7 @@ private:
uint8_t m_datastrobe; // DATA STROBE line from DATIC
// communication status
- uint8_t m_reset_state; // state of the reset input
+ //uint8_t m_reset_state; // state of the reset input
uint8_t m_fromcontroller; // command byte from the controller
bool m_fromcontroller_pending; // true if data is pending
uint8_t m_tocontroller; // command byte to the controller