mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-15 05:27:32 +00:00
Fixed Crash on reboot
It crash ? Killing // ;)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user