diff options
author | 2022-06-16 12:47:52 +0200 | |
---|---|---|
committer | 2025-04-29 23:06:41 +0200 | |
commit | 45d4cd52a8194f2ef9e0383cfb2e2a35634af6ff (patch) | |
tree | 4e8d8fcb7382a5e9e0bce5ec59939bcfbe67155a /src/mame/handheld/monty.cpp | |
parent | 5c14bcdfcb4aefb71b5b62387c4ad05dbeb3814e (diff) |
full xtal conversionxtal
Diffstat (limited to 'src/mame/handheld/monty.cpp')
-rw-r--r-- | src/mame/handheld/monty.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/handheld/monty.cpp b/src/mame/handheld/monty.cpp index 8a2718a167a..eacf574c194 100644 --- a/src/mame/handheld/monty.cpp +++ b/src/mame/handheld/monty.cpp @@ -248,8 +248,8 @@ void monty_state::monty(machine_config &config) screen.set_visarea_full(); screen.set_screen_update(FUNC(monty_state::screen_update)); - SED1503(config, m_lcd[0], 32768).write_segs().set(FUNC(monty_state::lcd_output_w<0>)); - SED1503(config, m_lcd[1], 32768).write_segs().set(FUNC(monty_state::lcd_output_w<1>)); + SED1503(config, m_lcd[0], XTAL::u(32768)).write_segs().set(FUNC(monty_state::lcd_output_w<0>)); + SED1503(config, m_lcd[1], XTAL::u(32768)).write_segs().set(FUNC(monty_state::lcd_output_w<1>)); config.set_default_layout(layout_monty); // Sound hardware |