summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/force68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/force68k.cpp')
-rw-r--r--src/mame/drivers/force68k.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/force68k.cpp b/src/mame/drivers/force68k.cpp
index 3557bf636f5..c86acbeecd0 100644
--- a/src/mame/drivers/force68k.cpp
+++ b/src/mame/drivers/force68k.cpp
@@ -93,7 +93,7 @@
/*
* The baudrate on the Force68k CPU-1 to CPU-6 is generated by a Motorola 14411 bitrate generator
- * The CPU-6 documents matches the circuits that I could find on the CPU-1 board.
+ * The CPU-6 documents matches the circuits that I could find on the CPU-1 board.
*
* From the documents:
*
@@ -119,7 +119,7 @@
* However, the datasheet says baudrate is strapable for 110-9600 but the output is 153600
* so the system rom MUST setup the acia to divide by 16 to generate the correct baudrate.
*
- * There are multiple ways to achieve some of the baud rates and we have only seen a CPU-6 users manual so
+ * There are multiple ways to achieve some of the baud rates and we have only seen a CPU-6 users manual so
* emulation mimics a CPU-6 board at the moment until further information has been gathered.
*/