diff options
author | 2020-04-26 18:11:46 +0200 | |
---|---|---|
committer | 2020-04-26 18:11:46 +0200 | |
commit | 5b2b482a525a3b4154930d9ebaafa71d85891a81 (patch) | |
tree | f9340082cf706b215ac4d57a9830a2b68d9d4908 /src/devices/machine/tms9914.h | |
parent | cff37410784c656989609e84e216b385e1cf942f (diff) |
tms9914: added SR & PP FSMs, typo fixed
Diffstat (limited to 'src/devices/machine/tms9914.h')
-rw-r--r-- | src/devices/machine/tms9914.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/tms9914.h b/src/devices/machine/tms9914.h index 39a6c8d5632..2c766f0dfc3 100644 --- a/src/devices/machine/tms9914.h +++ b/src/devices/machine/tms9914.h @@ -117,6 +117,7 @@ private: uint8_t m_reg_int1_mask; uint8_t m_reg_address; uint8_t m_reg_serial_p; + uint8_t m_reg_2nd_serial_p; uint8_t m_reg_parallel_p; uint8_t m_reg_2nd_parallel_p; uint8_t m_reg_di; @@ -137,6 +138,7 @@ private: bool m_stdl; bool m_shdw; bool m_vstdl; + bool m_rsvd2; // AH (Acceptor Handshake) states enum { |