summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2016-09-17 22:18:07 -0400
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2016-09-17 22:18:07 -0400
commitf12ba601b2a605a73cc9ee4beebe744f8fcb08fd (patch)
treed57c9d1a8a4a418c9a7529581e969c250e536ba9 /src/emu
parent9dbf0946c8071c7f75cac0becfca19dca6da74e1 (diff)
taitosj.cpp: Add XTALs for various clocks based on schematics. Documented and implemented AY-3-8910 outputs being tied directly together for 3 of the 4 AY-3-8910 chips. [Lord Nightmare[
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/drivers/xtal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drivers/xtal.h b/src/emu/drivers/xtal.h
index 280e1d02879..b868219e45d 100644
--- a/src/emu/drivers/xtal.h
+++ b/src/emu/drivers/xtal.h
@@ -81,7 +81,7 @@ enum
XTAL_5_7143MHz = 5714300, /* Cidelsa Destroyer */
XTAL_5_911MHz = 5911000, /* Philips Videopac Plus G7400 */
XTAL_5_9904MHz = 5990400, /* Luxor ABC 800 keyboard (Keytronic custom part #48-300-008 is equivalent) */
- XTAL_6MHz = 6000000, /* American Poker II */
+ XTAL_6MHz = 6000000, /* American Poker II, Taito SJ System */
XTAL_6_144MHz = 6144000, /* Used on Alpha Denshi early 80's games sound board, Casio FP-200 and Namco System 16 */
XTAL_6_5MHz = 6500000, /* Jupiter Ace */
XTAL_6_9MHz = 6900000, /* BBN BitGraph CPU */