summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/xtal.cpp1
-rw-r--r--src/mame/drivers/lethalj.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/xtal.cpp b/src/emu/xtal.cpp
index 28497aa2fda..4411ea42c5e 100644
--- a/src/emu/xtal.cpp
+++ b/src/emu/xtal.cpp
@@ -169,6 +169,7 @@ const double XTAL::known_xtals[] = {
11'059'200, /* 11.0592_MHz_XTAL Used with MCS-51 to generate common baud rates */
11'200'000, /* 11.2_MHz_XTAL New York, New York */
11'289'000, /* 11.289_MHz_XTAL Vanguard */
+ 11'289'600, /* 11.2896_MHz_XTAL Frantic Fred */
11'400'000, /* 11.4_MHz_XTAL HP 9845 */
11'668'800, /* 11.6688_MHz_XTAL Gameplan pixel clock */
11'800'000, /* 11.8_MHz_XTAL IBM PC Music Feature Card */
diff --git a/src/mame/drivers/lethalj.cpp b/src/mame/drivers/lethalj.cpp
index 2467c68cb8c..52a006b2aaf 100644
--- a/src/mame/drivers/lethalj.cpp
+++ b/src/mame/drivers/lethalj.cpp
@@ -150,7 +150,7 @@ Pin #11(+) | | R |
#define MASTER_CLOCK XTAL(40'000'000)
#define SOUND_CLOCK XTAL(2'000'000)
-#define VIDEO_CLOCK XTAL(11'289'000)
+#define VIDEO_CLOCK XTAL(11'289'600)
#define VIDEO_CLOCK_LETHALJ XTAL(11'059'200)