[COCO3] Now properly updating the CPU clock as per GIME state after state load

This commit is contained in:
Nathan Woods 2014-04-05 18:33:11 +00:00
parent 637c5c89a4
commit 8ec68d9e8f

View File

@ -385,6 +385,7 @@ void gime_base_device::device_post_load()
{
super::device_post_load();
update_memory();
update_cpu_clock();
}