# HG changeset patch # User Michael Pavone # Date 1462166518 25200 # Node ID edab85c29d4df10769be2123be483e91a00fad6f # Parent 883fe974f72bc790e55123956d9294449e908c6d 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 diff -r 883fe974f72b -r edab85c29d4d menu.s68 --- a/menu.s68 Sun May 01 22:07:37 2016 -0700 +++ b/menu.s68 Sun May 01 22:21:58 2016 -0700 @@ -684,6 +684,8 @@ 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