diff options
author | 2015-08-26 08:10:34 +0200 | |
---|---|---|
committer | 2015-08-26 08:10:34 +0200 | |
commit | efa3a679a331ea91002a0bc72e49a230ff2a2f67 (patch) | |
tree | 9de472bbb6862733d1982607326783d65be9c414 /src/emu/machine/i8251.h | |
parent | bc5ffe493777e55f081d3ba29b8b298da90ae776 (diff) |
Cleanups and version bumpmame0165
Diffstat (limited to 'src/emu/machine/i8251.h')
-rw-r--r-- | src/emu/machine/i8251.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/i8251.h b/src/emu/machine/i8251.h index e2d271a31c3..2825faf1ed1 100644 --- a/src/emu/machine/i8251.h +++ b/src/emu/machine/i8251.h @@ -133,7 +133,7 @@ private: /* data being received */ UINT8 m_rx_data; - UINT8 m_tx_data; + UINT8 m_tx_data; bool m_tx_busy; bool m_disable_tx_pending; }; |