summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2008-01-30 22:24:30 +0000
committer Brian Troha <briantro@users.noreply.github.com>2008-01-30 22:24:30 +0000
commit5a9be1f90fbc9a16430c1142e79324a54ab300f1 (patch)
treec9a4738992242d566ed9acc2fd5ecd749b9db787
parentebb34351e46faf42a538b8982d9b0538d3b0ac86 (diff)
Note about the CPU & OSC used _NO_ other changes
-rw-r--r--src/mame/drivers/20pacgal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/20pacgal.c b/src/mame/drivers/20pacgal.c
index 766ef19f75c..1dc34fc8f73 100644
--- a/src/mame/drivers/20pacgal.c
+++ b/src/mame/drivers/20pacgal.c
@@ -29,6 +29,9 @@
* Correct CPU speed... Zilog says Z180 comes in 6, 8, 10, 20 & 33MHz.
20MHz is used as it "seems" right based on the music in Galaga
+ CPU is a Z8S18020VSC (20MHz part)
+ OSC is 73.728MHz (is the clock divide 3 or 4?)
+
***************************************************************************/
#include "driver.h"