summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms9914.h
diff options
context:
space:
mode:
author fulivi <fulivi@users.noreply.github.com>2018-05-09 16:03:21 +0200
committer Vas Crabb <cuavas@users.noreply.github.com>2018-05-10 01:51:05 +1000
commit743b0a9c834869370cd7fbe70a2f7fa4de8f27c2 (patch)
tree151887239f4de12f9ed8758f1e1aae60689c783a /src/devices/machine/tms9914.h
parent923933efcbef820c2a7e0c747c2650005c3f6146 (diff)
tms9914: fixed handling of GTS aux command.
Diffstat (limited to 'src/devices/machine/tms9914.h')
-rw-r--r--src/devices/machine/tms9914.h1
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;