Skip to content

Commit

Permalink
hopefully should fix the crashes on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Sep 12, 2021
1 parent 816038f commit 7004092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mame.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@ static void shutdown_machine(void)
chd_close_all();

/* reset the CPU system */
cpu_exit();
// commented out for causing memory access nonsense
// cpu_exit();

/* close down the input system */
code_close();
Expand Down

0 comments on commit 7004092

Please sign in to comment.