Corrected incorrect XTAL value for XTAL_32_768kHz [ArcadeNUT]

Comment:
Information posted at
http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Number=202248
This commit is contained in:
Scott Stone 2009-09-22 21:18:58 +00:00
parent 841cbd77c7
commit 48bc58a038

View File

@ -41,7 +41,7 @@ enum
/*
Name = Frequency Examples
------------------ ------------ ------------------------------------------------------------ */
XTAL_32_768kHz = 327680, /* 32.768kHz, used to drive RTC chips */
XTAL_32_768kHz = 32768, /* 32.768kHz, used to drive RTC chips */
XTAL_1MHz = 1000000, /* Used to drive OKI M6295 chips */
XTAL_1_75MHz = 1750000, /* RCA CDP1861 */
XTAL_1_8432MHz = 1843200, /* Bondwell 12/14 */