diff options
| author | 2017-12-27 11:28:07 -0500 | |
|---|---|---|
| committer | 2017-12-27 11:28:07 -0500 | |
| commit | 5134ebb97f73e14a100d2ecd9c368cc6816f96e8 (patch) | |
| tree | b5c04e9c474fc1cfab5182ce185f9f73d1f5a7d2 /src/devices/machine/com8116.cpp | |
| parent | 46dd902fba36e30643d278f9917968e91253d325 (diff) | |
v100: Skeleton driver (nw)
Diffstat (limited to 'src/devices/machine/com8116.cpp')
| -rw-r--r-- | src/devices/machine/com8116.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/com8116.cpp b/src/devices/machine/com8116.cpp index bbc8d02119d..1569e83176a 100644 --- a/src/devices/machine/com8116.cpp +++ b/src/devices/machine/com8116.cpp @@ -35,6 +35,7 @@ const int com8116_device::divisors_16X_5_0688MHz[] = // SMC/COM8116-003 // from http://www.vintagecomputer.net/fjkraan/comp/divcomp/doc/SMC_BaudGen.pdf page 283 (pdf page 20) // baud rates are 50, 75, 110, 134.5, 150, 200, 300, 600, 1200, 1800, 2000, 2400, 3600, 4800, 9600, 19200 +// SMC/COM8116T-020 should have similar output rates, but clock is unknown and probably different const int com8116_device::divisors_16X_6_01835MHz[] = { 7523, 5015, 3420, 2797, 2508, 1881, 1254, 627, 313, 209, 188, 157, 104, 78, 39, 20 }; |
