summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rainbow.cpp
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/mame/drivers/rainbow.cpp
parent50bac10533e631d1dd70ad3df4763c3a3c8799f9 (diff)
various devices and drivers: seperate -> separate
Diffstat (limited to 'src/mame/drivers/rainbow.cpp')
-rw-r--r--src/mame/drivers/rainbow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/rainbow.cpp b/src/mame/drivers/rainbow.cpp
index 42b240fd45a..8f8800e4236 100644
--- a/src/mame/drivers/rainbow.cpp
+++ b/src/mame/drivers/rainbow.cpp
@@ -102,7 +102,7 @@ COLOR EMULATION (NEC 7220 + extra hardware)
DEC 'R-M-B' COLOR CABLE VS. THE UNOFFICIAL 'R-G-B' MODE (a bit of history)
(1) the standard DEC "color cable" connected the green gun of a VR241 to the mono output of the Rainbow
- (2) an unofficial DIY cable enabled R-G-B graphics + seperate text
+ (2) an unofficial DIY cable enabled R-G-B graphics + separate text
EMULATION SPECIFIC
(1) COLOR_MONITOR reflects DEC's recommendation (R-M-B with VR241 above)
@@ -2168,7 +2168,7 @@ uint8_t rainbow_modela_state::system_parameter_r()
B : no separation between the 2 available 'bundle cards' (HD controller / COMM.OPTION) ?
M : old RAM extension (128 / 192 K ?) detected with OPTION_PRESENT bit, newer models 'by presence'.
- BIOS uses a seperate IRQ vector for RAM board detection (at least on a 100-B).
+ BIOS uses a separate IRQ vector for RAM board detection (at least on a 100-B).
*/
return ((m_inp5->read() == 1 ? 0 : 1) |
(m_inp7->read() == 1 ? 0 : 4) | // Floppy is always present (bit 1 zero)
@@ -2188,7 +2188,7 @@ uint8_t rainbow_modelb_state::system_parameter_r()
B : no separation between the 2 available 'bundle cards' (HD controller / COMM.OPTION) ?
M : old RAM extension (128 / 192 K ?) detected with OPTION_PRESENT bit, newer models 'by presence'.
- BIOS uses a seperate IRQ vector for RAM board detection (at least on a 100-B).
+ BIOS uses a separate IRQ vector for RAM board detection (at least on a 100-B).
*/
return ((m_inp5->read() == 1 ? 0 : 1) |
(m_inp7->read() == 1 ? 0 : 4) | // Floppy is always present (bit 1 zero)