summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-06-23 10:24:50 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-06-23 10:24:50 -0400
commit9750a481a1786e36c6b242971bc4634e820b0da7 (patch)
tree587ba60b2a4591098e8b41e43fbd0f5261173d81
parentb5ea331273a5a7903c58c1c3cb76fd92f76e6788 (diff)
im6402: UART, not USART (nw)
-rw-r--r--src/devices/machine/im6402.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/im6402.cpp b/src/devices/machine/im6402.cpp
index de7753bac94..a464560870c 100644
--- a/src/devices/machine/im6402.cpp
+++ b/src/devices/machine/im6402.cpp
@@ -17,7 +17,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-DEFINE_DEVICE_TYPE(IM6402, im6402_device, "im6402", "Intersil IM6402 USART")
+DEFINE_DEVICE_TYPE(IM6402, im6402_device, "im6402", "Intersil IM6402 UART")