diff options
author | 2018-06-23 10:24:50 -0400 | |
---|---|---|
committer | 2018-06-23 10:24:50 -0400 | |
commit | 9750a481a1786e36c6b242971bc4634e820b0da7 (patch) | |
tree | 587ba60b2a4591098e8b41e43fbd0f5261173d81 | |
parent | b5ea331273a5a7903c58c1c3cb76fd92f76e6788 (diff) |
im6402: UART, not USART (nw)
-rw-r--r-- | src/devices/machine/im6402.cpp | 2 |
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") |