Skip to content

Commit

Permalink
Hitachi HD44780 LCD Controller device 'hd44780': LCDC clock cannot be…
Browse files Browse the repository at this point in the history
… zero!
  • Loading branch information
felipesanches committed Dec 27, 2023
1 parent 2420422 commit 5ae7bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mame/technics/kn1500.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void kn1500_state::kn1500(machine_config &config)
PALETTE(config, "palette", FUNC(kn1500_state::kn1500_palette), 2);
GFXDECODE(config, "gfxdecode", "palette", gfx_kn1500);

HD44780(config, m_lcdc, 0);
HD44780(config, m_lcdc, 250'000); // TODO: clock not measured, datasheet typical clock used
m_lcdc->set_lcd_size(2, 16);
m_lcdc->set_pixel_update_cb(FUNC(kn1500_state::kn1500_pixel_update));

Expand Down

0 comments on commit 5ae7bd6

Please sign in to comment.