Skip to content

Commit

Permalink
Reset C64 when USB command is received
Browse files Browse the repository at this point in the history
  • Loading branch information
KimJorgensen committed Mar 9, 2024
1 parent ce666dd commit 07fa7b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/menu.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019-2023 Kim Jørgensen
* Copyright (c) 2019-2024 Kim Jørgensen
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
Expand Down Expand Up @@ -52,6 +52,7 @@ static void menu_loop(void)
dat_file.boot_type = DAT_USB;
should_save_dat = false;
cmd = CMD_WAIT_SYNC;
c64_disable();
break;
}
}
Expand Down

0 comments on commit 07fa7b6

Please sign in to comment.