mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
[COCO3] Now properly updating the CPU clock as per GIME state after state load
This commit is contained in:
parent
637c5c89a4
commit
8ec68d9e8f
@ -385,6 +385,7 @@ void gime_base_device::device_post_load()
|
||||
{
|
||||
super::device_post_load();
|
||||
update_memory();
|
||||
update_cpu_clock();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user