v4dealem: Adjust CRTC clock to make refresh rate more reasonable

This commit is contained in:
AJR 2020-04-03 11:07:01 -04:00
parent 4c3d84a886
commit d69caa20c5

View File

@ -225,7 +225,7 @@ void mpu4dealem_state::dealem(machine_config &config)
PALETTE(config, m_palette, FUNC(mpu4dealem_state::dealem_palette), 32);
hd6845s_device &crtc(HD6845S(config, "crtc", MPU4_MASTER_CLOCK / 4 / 8)); /* HD68B45 */
hd6845s_device &crtc(HD6845S(config, "crtc", MPU4_MASTER_CLOCK / 8)); /* HD68B45 */
crtc.set_screen("screen");
crtc.set_show_border_area(false);
crtc.set_char_width(8);