summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/dl1416.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-02-13 01:02:44 +1100
committer Vas Crabb <vas@vastheman.com>2017-02-13 01:02:44 +1100
commitb6beaa619fedee14c9d437dcb636fb5dd3de2797 (patch)
tree96ac30923acb22629d8417a82c47f7fd612f03fb /src/devices/video/dl1416.h
parent58090053b88844fc00eb5dd9dd2ada9503177141 (diff)
dl1416: even better signal level behaviour (/CE, A0 and A1 latched on falling edge of /WR)
aim65: add logging for PIA writes (nw) sticomtmr: don't get stuck if user holds shutter button while changing machine config (nw)
Diffstat (limited to 'src/devices/video/dl1416.h')
-rw-r--r--src/devices/video/dl1416.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/dl1416.h b/src/devices/video/dl1416.h
index 46672fd7a85..e5f5a894321 100644
--- a/src/devices/video/dl1416.h
+++ b/src/devices/video/dl1416.h
@@ -81,8 +81,8 @@ private:
// input line state
bool m_wr_in;
- bool m_ce_in;
- uint8_t m_addr_in;
+ bool m_ce_in, m_ce_latch;
+ uint8_t m_addr_in, m_addr_latch;
uint8_t m_data_in;
};