summaryrefslogtreecommitdiffstats
path: root/src/mess/includes/compis.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-12-22 16:27:05 +0000
committer smf- <smf-@users.noreply.github.com>2013-12-22 16:27:05 +0000
commit6c3f17c5956faefd2f1dc026468db2da03eee2bc (patch)
tree275f9cacd98df9821ae9e0e2a2ff4d155a4df358 /src/mess/includes/compis.h
parentb4c7b67ff9a1b12dd414502864cee66628b3bd19 (diff)
replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows multiple chips to be connected together without using glue methods. [smf]
Diffstat (limited to 'src/mess/includes/compis.h')
-rw-r--r--src/mess/includes/compis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/compis.h b/src/mess/includes/compis.h
index 813bdb40e75..c12c666e230 100644
--- a/src/mess/includes/compis.h
+++ b/src/mess/includes/compis.h
@@ -46,6 +46,7 @@
#define ISBX_0_TAG "isbx0"
#define ISBX_1_TAG "isbx1"
#define SCREEN_TAG "screen"
+#define COMPIS_KEYBOARD_TAG "compiskb"
class compis_state : public driver_device
{