summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author 987123879113 <63495610+987123879113@users.noreply.github.com>2021-03-13 21:28:40 +0900
committer GitHub <noreply@github.com>2021-03-13 23:28:40 +1100
commit721fbb5cfeb972617feb7bb30031b2075921e047 (patch)
tree93386cbb9a6ed8f1fe38fa8c131ad6c46a3b9ef5 /src/emu
parent61a941762c4711c091cc4f76ecfbd98cc8fd4402 (diff)
video/k057714.cpp: Implemented raster timing registers. (#7846)
* Gives precise timings for Firebeat screens.
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/xtal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/xtal.cpp b/src/emu/xtal.cpp
index e9c38a3f0ac..40331eb2e03 100644
--- a/src/emu/xtal.cpp
+++ b/src/emu/xtal.cpp
@@ -259,6 +259,7 @@ const double XTAL::known_xtals[] = {
16'400'000, /* 16.4_MHz_XTAL MS 6102 */
16'572'000, /* 16.572_MHz_XTAL Micro-Term ACT-5A */
16'588'800, /* 16.5888_MHz_XTAL SM 7238 */
+ 16'666'600, /* 16.6666_MHz_XTAL Firebeat GCU */
16'669'800, /* 16.6698_MHz_XTAL Qume QVT-102 */
16'670'000, /* 16.67_MHz_XTAL - */
16'777'216, /* 16.777216_MHz_XTAL Nintendo Game Boy Advance */