summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/lethalj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/lethalj.cpp')
-rw-r--r--src/mame/video/lethalj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/lethalj.cpp b/src/mame/video/lethalj.cpp
index 09d3a4c06e7..85ac76c1b1a 100644
--- a/src/mame/video/lethalj.cpp
+++ b/src/mame/video/lethalj.cpp
@@ -170,7 +170,7 @@ WRITE16_MEMBER(lethalj_state::lethalj_blitter_w)
else
do_blit();
- m_gen_ext1_int_timer->adjust(attotime::from_hz(XTAL_32MHz) * ((m_blitter_data[5] + 1) * (m_blitter_data[7] + 1)));
+ m_gen_ext1_int_timer->adjust(attotime::from_hz(XTAL(32'000'000)) * ((m_blitter_data[5] + 1) * (m_blitter_data[7] + 1)));
}
/* clear the IRQ on offset 0 */