summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author ValleyBell <valleybell@gmx.de>2021-12-30 15:53:57 +0100
committer GitHub <noreply@github.com>2021-12-30 15:53:57 +0100
commit7c3f839176eb66ea76e2e57c7da101528191b4fb (patch)
tree05ccf19a9990ee6a5dad59c5c8e09194503ae55e /src/emu
parent6335d9e43b22b6705943f0ecd14a9f106d7ec748 (diff)
fix PC-8801/9801 clocks (#9060)
based on information from https://github.com/mamedev/mame/issues/8560
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/xtal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/xtal.cpp b/src/emu/xtal.cpp
index 14ec72a2717..67b232e9c23 100644
--- a/src/emu/xtal.cpp
+++ b/src/emu/xtal.cpp
@@ -374,7 +374,7 @@ const double XTAL::known_xtals[] = {
28'475'000, /* 28.475_MHz_XTAL CoCo 3 PAL */
28'480'000, /* 28.48_MHz_XTAL Chromatics CGC-7900 */
28'636'000, /* 28.636_MHz_XTAL Super Kaneko Nova System */
- 28'636'363, /* 28.636363_MHz_XTAL Later Leland games and Atari GT, Amiga NTSC, Raiden2 h/w (8x NTSC subcarrier)*/
+ 28'636'363, /* 28.636363_MHz_XTAL Later Leland games and Atari GT, Amiga NTSC, Raiden2 h/w (8x NTSC subcarrier), NEC PC-88xx */
28'640'000, /* 28.64_MHz_XTAL Fuuki FG-1c AI AM-2 PCB */
28'700'000, /* 28.7_MHz_XTAL - */
29'376'000, /* 29.376_MHz_XTAL Qume QVT-103 */