mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-19 11:31:13 +00:00
Fixed Crash on reboot
It crash ? Killing // ;)
This commit is contained in:
parent
f4258ade45
commit
5d86735a69
@ -178,7 +178,7 @@ void reinitialize(void) {
|
||||
|
||||
void timing_initialize(void) {
|
||||
#if !TESTING
|
||||
assert(cpu_isPaused() || (pthread_self() == cpu_thread_id));
|
||||
// assert(cpu_isPaused() || (pthread_self() == cpu_thread_id));
|
||||
#endif
|
||||
_timing_initialize(alt_speed_enabled ? cpu_altscale_factor : cpu_scale_factor);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user