From e2947c1350247fc7c0b9ffbaa92b90235ab97594 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 1 May 2016 22:21:58 -0700 Subject: Fix bug in which trying to load another ROM after saving or loading a savestate through the menu resulted in trying to save/load a savestate instead --- menu.s68 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'menu.s68') diff --git a/menu.s68 b/menu.s68 index 72eed6e..fd8ecc0 100644 --- a/menu.s68 +++ b/menu.s68 @@ -684,6 +684,8 @@ draw_button: draw_menu: moveq #0, d7 moveq #0, d5 + ;clear out save slot state + move.b d5, num_slots.w ;select first item move.b d7, selected.w ;save menu pointer for second pass -- cgit v1.2.3