diff options
author | 2017-06-02 17:51:30 +0300 | |
---|---|---|
committer | 2017-06-02 17:51:30 +0300 | |
commit | eff193d8e4061a3765694d6dbfb6a7ddcc31945b (patch) | |
tree | 41d578af3ac522143ff55a9132d58819a5e0e228 /src/devices/machine/ldvp931.h | |
parent | 24066545bd911f3d711094446417907685aa4892 (diff) |
Compile fix. (nw)
Diffstat (limited to 'src/devices/machine/ldvp931.h')
-rw-r--r-- | src/devices/machine/ldvp931.h | 2 |
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 |