mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
v4dealem: Adjust CRTC clock to make refresh rate more reasonable
This commit is contained in:
parent
4c3d84a886
commit
d69caa20c5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user