From 84c8ec6c68b0ba6dfa530bc58c25d24a9cf84a93 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 16 Feb 2016 22:43:24 -0800 Subject: Comment out button test code in menu --- menu.s68 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'menu.s68') diff --git a/menu.s68 b/menu.s68 index bae064b..94232a5 100644 --- a/menu.s68 +++ b/menu.s68 @@ -660,10 +660,10 @@ ploop: move.l d0, (a0) dbra d1, ploop - moveq #0, d0 - moveq #26, d1 - moveq #6, d2 - bsr draw_button + ;moveq #0, d0 + ;moveq #26, d1 + ;moveq #6, d2 + ;bsr draw_button move.l #$40860002, d3 move.l d3, (a1) -- cgit v1.2.3