summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-04-15 22:04:55 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-04-15 22:04:55 -0400
commitc25010e2485907c5a75baf7e92b259ed3565ae0e (patch)
treeff4da43e9aec832b687d37f133f98e3d925b9044
parent28e4d33720377bb38acf27ccbf2b4df8966ad0e4 (diff)
cmi_ankbd: Documentation update (nw)
-rw-r--r--src/mame/machine/cmi_ankbd.cpp8
-rw-r--r--src/mame/machine/cmi_ankbd.h2
2 files changed, 7 insertions, 3 deletions
diff --git a/src/mame/machine/cmi_ankbd.cpp b/src/mame/machine/cmi_ankbd.cpp
index 4be2d750656..fbed3ec74a4 100644
--- a/src/mame/machine/cmi_ankbd.cpp
+++ b/src/mame/machine/cmi_ankbd.cpp
@@ -2,7 +2,11 @@
// copyright-holders:Phil Bennett
/***************************************************************************
- Fairlight CMI Alphanumeric Keyboard
+ Fairlight Intelligent Alphanumeric Keyboard
+
+ This ASCII keyboard was developed for Fairlight's Qasar System. The
+ output signals are driven at RS232 levels, though the connector is
+ custom.
***************************************************************************/
@@ -13,7 +17,7 @@
#include "machine/clock.h"
#include "machine/input_merger.h"
-DEFINE_DEVICE_TYPE(CMI_ALPHANUMERIC_KEYBOARD, cmi_alphanumeric_keyboard_device, "cmi_ankbd", "Fairlight CMI Alphanumeric Keyboard")
+DEFINE_DEVICE_TYPE(CMI_ALPHANUMERIC_KEYBOARD, cmi_alphanumeric_keyboard_device, "cmi_ankbd", "Fairlight Intelligent Alphanumeric Keyboard")
cmi_alphanumeric_keyboard_device::cmi_alphanumeric_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
: device_t(mconfig, CMI_ALPHANUMERIC_KEYBOARD, tag, owner, clock)
diff --git a/src/mame/machine/cmi_ankbd.h b/src/mame/machine/cmi_ankbd.h
index a54fcdee396..2cc497d9d56 100644
--- a/src/mame/machine/cmi_ankbd.h
+++ b/src/mame/machine/cmi_ankbd.h
@@ -2,7 +2,7 @@
// copyright-holders:Phil Bennett
/***************************************************************************
- Fairlight CMI Alphanumeric Keyboard
+ Fairlight Intelligent Alphanumeric Keyboard
***************************************************************************/