diff options
author | 2025-02-17 21:10:11 +0100 | |
---|---|---|
committer | 2025-02-17 21:10:19 +0100 | |
commit | 733f24e153d0d89fafc427d99f5aa6749366e649 (patch) | |
tree | 75fb255b5bc2d94d279a5536a71855e249364a2b /src/emu/xtal.cpp | |
parent | f043eee8583878b646c7bbcc110d402c311a067d (diff) |
pci/zr36057.cpp: add SAA7110A stub
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 |