diff options
author | 2018-05-09 16:03:21 +0200 | |
---|---|---|
committer | 2018-05-10 01:51:05 +1000 | |
commit | 743b0a9c834869370cd7fbe70a2f7fa4de8f27c2 (patch) | |
tree | 151887239f4de12f9ed8758f1e1aae60689c783a /src/devices/machine/tms9914.h | |
parent | 923933efcbef820c2a7e0c747c2650005c3f6146 (diff) |
tms9914: fixed handling of GTS aux command.
Diffstat (limited to 'src/devices/machine/tms9914.h')
-rw-r--r-- | src/devices/machine/tms9914.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/tms9914.h b/src/devices/machine/tms9914.h index 0800b58ef74..2c21b1a4d4b 100644 --- a/src/devices/machine/tms9914.h +++ b/src/devices/machine/tms9914.h @@ -160,6 +160,7 @@ private: bool m_hdfa; bool m_hdfe; bool m_rtl; + bool m_gts; bool m_rpp; bool m_sic; bool m_sre; |