summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2019-09-07 17:38:58 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2019-09-07 17:39:53 +0100
commit035380ca97d175450f6e32f3d6549912ed691993 (patch)
tree0c347c329b6f28484e8254c1e4bd582ef23803f3 /src/emu
parente26914f3a3e114bca64105bc7f67003b457f202d (diff)
dragon32: Added JCB Speech Synthesis cartridge.
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/xtal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/xtal.cpp b/src/emu/xtal.cpp
index f86ab3be4cd..5a0f52b0819 100644
--- a/src/emu/xtal.cpp
+++ b/src/emu/xtal.cpp
@@ -84,6 +84,7 @@ const double XTAL::known_xtals[] = {
3'000'000, /* 3_MHz_XTAL Probably only used to drive 68705 or similar MCUs on 80's Taito PCBs */
3'072'000, /* 3.072_MHz_XTAL INS 8520 input clock rate */
3'120'000, /* 3.12_MHz_XTAL SP0250 clock on Gottlieb games */
+ 3'276'800, /* 3.2768_MHz_XTAL SP0256 clock in Speech Synthesis for Dragon 32 */
3'521'280, /* 3.52128_MHz_XTAL RCA COSMAC VIP */
3'570'000, /* 3.57_MHz_XTAL Telmac TMC-600 */
3'578'640, /* 3.57864_MHz_XTAL Atari Portfolio PCD3311T */