diff options
-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 |