summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/casio/cz1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/casio/cz1.cpp')
-rw-r--r--src/mame/casio/cz1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/casio/cz1.cpp b/src/mame/casio/cz1.cpp
index 13af6e7529c..81da1298650 100644
--- a/src/mame/casio/cz1.cpp
+++ b/src/mame/casio/cz1.cpp
@@ -869,7 +869,7 @@ void cz1_state::mz1(machine_config &config)
PALETTE(config, "palette", FUNC(cz1_state::cz1_palette), 3);
- HD44780(config, m_hd44780, 250'000); // TODO: clock not measured, datasheet typical clock used
+ HD44780(config, m_hd44780, 270'000); // TODO: clock not measured, datasheet typical clock used
m_hd44780->set_lcd_size(2, 16);
m_hd44780->set_function_set_at_any_time();
m_hd44780->set_pixel_update_cb(FUNC(cz1_state::lcd_pixel_update));