mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Force recalculation of screen parameters when only the input clock changes.
This commit is contained in:
parent
dd4b5dbe5f
commit
343aa22d28
@ -623,7 +623,7 @@ void mc6845_set_clock(const device_config *device, int clock)
|
||||
if (clock != mc6845->clock)
|
||||
{
|
||||
mc6845->clock = clock;
|
||||
recompute_parameters(mc6845, FALSE);
|
||||
recompute_parameters(mc6845, TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user