summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drivers
diff options
context:
space:
mode:
author Jonathan Gevaryahu <Lord-Nightmare@users.noreply.github.com>2012-12-04 00:47:43 +0000
committer Jonathan Gevaryahu <Lord-Nightmare@users.noreply.github.com>2012-12-04 00:47:43 +0000
commit32462e178279f744df890f5ca0b29a60c4479de2 (patch)
treecd9e9183c7969ff734e64741f49d49988497cffa /src/emu/drivers
parent19d00076d3e7cc16fab90151c249f50137af5bd6 (diff)
xtal.h: fix an error with one of the crystals listed [Lord Nightmare]
Diffstat (limited to 'src/emu/drivers')
-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 53cb972206c..4f546b72f57 100644
--- a/src/emu/drivers/xtal.h
+++ b/src/emu/drivers/xtal.h
@@ -158,7 +158,7 @@ enum
XTAL_25_447MHz = 25447000, /* Namco EVA3A (Funcube2) */
XTAL_25_590906MHz = 25590906, /* Atari Jaguar NTSC */
XTAL_25_593900MHz = 25593900, /* Atari Jaguar PAL */
- XTAL_25_601712MHz = 25601712, /* Astro Corp.'s Show Hand */
+ XTAL_26_601712MHz = 26601712, /* Astro Corp.'s Show Hand, PAL Vtech/Yeno Socrates (6x PAL subcarrier) */
XTAL_26_66666MHz = 26666666, /* Irem M92 but most use 27MHz */
XTAL_26_686MHz = 26686000, /* Typically used on 90's Taito PCBs to drive the custom chips */
XTAL_27MHz = 27000000, /* Some Banpresto games macrossp, Irem M92 and 90's Toaplan games */