summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs870/tlcs870.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tlcs870/tlcs870.h')
-rw-r--r--src/devices/cpu/tlcs870/tlcs870.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/tlcs870/tlcs870.h b/src/devices/cpu/tlcs870/tlcs870.h
index aeeac11f0eb..7d23d08c71e 100644
--- a/src/devices/cpu/tlcs870/tlcs870.h
+++ b/src/devices/cpu/tlcs870/tlcs870.h
@@ -299,6 +299,8 @@ private:
uint8_t m_transfer_shiftreg[2];
uint8_t m_transfer_shiftpos[2];
uint8_t m_transfer_mode[2];
+ int m_transmit_bits[2];
+ int m_receive_bits[2];
emu_timer *m_serial_transmit_timer[2];