| Previous | 199869 Revisions | Next |
| r33374 Friday 14th November, 2014 at 15:12:13 UTC by hap |
|---|
| notes, before i forget |
| [src/mess/drivers] | comp4.c simon.c |
| r241885 | r241886 | |
|---|---|---|
| 7 | 7 | |
| 8 | 8 | This is a handheld Mastermind game; a code-breaking game where the player |
| 9 | 9 | needs to find out the correct sequence of colours (numbers in our case). |
| 10 | It is known as Logic 5 in Europe, and as Pytha | |
| 10 | It is known as Logic 5 in Europe, and as Pythaligoras in Japan. | |
| 11 | 11 | |
| 12 | 12 | Press the R key to start, followed by a set of unique numbers and E. |
| 13 | 13 | Refer to the official manual for more information. |
| r241885 | r241886 | |
|---|---|---|
| 12 | 12 | It is possibly a cost-reduced custom ASIC specifically for Simon. |
| 13 | 13 | |
| 14 | 14 | Other games assumed to be on similar hardware: |
| 15 | - Pocket Simon | |
| 16 | - Super Simon | |
| 15 | - Pocket Simon, but there's a chance it only exists with MB4850 chip | |
| 16 | - Super Simon (TMS1100) | |
| 17 | 17 | |
| 18 | 18 | ***************************************************************************/ |
| 19 | 19 |
| https://github.com/mamedev/mame/commit/54588133f44dd6ba1691b93c0d8967700ddceaf2 |
| Previous | 199869 Revisions | Next |