summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2014-11-14 16:12:13 +0100
committer hap <happppp@users.noreply.github.com>2014-11-14 16:12:13 +0100
commit54588133f44dd6ba1691b93c0d8967700ddceaf2 (patch)
tree34a9cc941b88d6928d9d4dbd9b9bc4901c63d324
parent8586da976e590c2e619dbd4454abec413f9a2115 (diff)
notes, before i forget
-rw-r--r--src/mess/drivers/comp4.c2
-rw-r--r--src/mess/drivers/simon.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/comp4.c b/src/mess/drivers/comp4.c
index 1b72964e77d..2f29b3d28de 100644
--- a/src/mess/drivers/comp4.c
+++ b/src/mess/drivers/comp4.c
@@ -7,7 +7,7 @@
This is a handheld Mastermind game; a code-breaking game where the player
needs to find out the correct sequence of colours (numbers in our case).
- It is known as Logic 5 in Europe, and as Pythaugoras in Japan.
+ It is known as Logic 5 in Europe, and as Pythaligoras in Japan.
Press the R key to start, followed by a set of unique numbers and E.
Refer to the official manual for more information.
diff --git a/src/mess/drivers/simon.c b/src/mess/drivers/simon.c
index 8800af3902b..e423973d172 100644
--- a/src/mess/drivers/simon.c
+++ b/src/mess/drivers/simon.c
@@ -12,8 +12,8 @@
It is possibly a cost-reduced custom ASIC specifically for Simon.
Other games assumed to be on similar hardware:
- - Pocket Simon
- - Super Simon
+ - Pocket Simon, but there's a chance it only exists with MB4850 chip
+ - Super Simon (TMS1100)
***************************************************************************/