diff options
Diffstat (limited to 'src/emu/xtal.cpp')
-rw-r--r-- | src/emu/xtal.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/xtal.cpp b/src/emu/xtal.cpp index 0af864ce6fb..271a4fcc4c5 100644 --- a/src/emu/xtal.cpp +++ b/src/emu/xtal.cpp @@ -388,10 +388,11 @@ const double XTAL::known_xtals[] = { 26'666'666, // 26.666666_MHz_XTAL Irem M92 but most use 27MHz 26'670'000, // 26.670_MHz_XTAL Namco EVA 26'686'000, // 26.686_MHz_XTAL Typically used on 90's Taito PCBs to drive the custom chips + 26'800'000, // 26.8_MHz_XTAL SAA7110 TV decoder 26'824'000, // 26.824_MHz_XTAL Astro Corp.'s Zoo 26'880'000, // 26.88_MHz_XTAL Roland RF5C36/SA-16 clock (30000 * 896) 26'989'200, // 26.9892_MHz_XTAL TeleVideo 965 - 27'000'000, // 27_MHz_XTAL Some Banpresto games macrossp, Irem M92 and 90's Toaplan games + 27'000'000, // 27_MHz_XTAL Some Banpresto games macrossp, Irem M92 and 90's Toaplan games, Pinnacle Zoran based PCI cards 27'164'000, // 27.164_MHz_XTAL Typically used on 90's Taito PCBs to drive the custom chips 27'210'900, // 27.2109_MHz_XTAL LA Girl 27'562'000, // 27.562_MHz_XTAL Visual 220 |