diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-02-16 22:43:24 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-02-16 22:43:24 -0800 |
commit | 84c8ec6c68b0ba6dfa530bc58c25d24a9cf84a93 (patch) | |
tree | b61e3fc1a6b31c1d398b2de2bcc5f417a22ca38b /menu.s68 | |
parent | 9fa26d6cd1365baea2f06c97c28cb0d451e6fc75 (diff) |
Comment out button test code in menu
Diffstat (limited to 'menu.s68')
-rw-r--r-- | menu.s68 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |