summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-11-13 19:43:26 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-11-13 19:44:07 -0500
commit80f0a345bc31b7ff2787ca66932feaf4681eecca (patch)
treed22f12fcf6f836d9e433466736807646d91cfb98 /src/mame
parent4c53d5611de42660a0d2232b6c911c7e94b6572f (diff)
Correct one XTAL value (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/lethalj.cpp2
1 files changed, 1 insertions, 1 deletions
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)