summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2021-11-28 22:27:24 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2021-11-28 22:27:24 +0100
commit6efae824409d89ff68cb596d2426a50220a328e6 (patch)
treeb81fb713a50f3529e01392336bad24baf7a65f10 /src/devices/machine
parent50bac10533e631d1dd70ad3df4763c3a3c8799f9 (diff)
various devices and drivers: seperate -> separate
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/scc2698b.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/scc2698b.cpp b/src/devices/machine/scc2698b.cpp
index 0898e52393d..5d70b23856e 100644
--- a/src/devices/machine/scc2698b.cpp
+++ b/src/devices/machine/scc2698b.cpp
@@ -7,10 +7,10 @@
Enhanced Octal Universal Asynchronous Receiver/Transmitter
Notes:
- This device is similiar to four 2681 DUART chips tied together
+ This device is similar to four 2681 DUART chips tied together
in a single package, with some shared resources.
The 2681 DUART is implemented in scn2681_device - but this
- chip is being independently emulated seperately for mainly
+ chip is being independently emulated separately for mainly
educational purposes. When functionality for this device is
completed we will consider merging the devices if it's
practical.