Drop DA dependency on menu click params

This commit is contained in:
Joshua Bell
2019-01-20 15:14:23 -08:00
parent 8c351a22a0
commit 9b2d636704
3 changed files with 7 additions and 7 deletions

View File

@@ -14,12 +14,17 @@
;;; ============================================================
yax_call JUMP_TABLE_MGTK_RELAY, MGTK::HideCursor, 0
yax_call JUMP_TABLE_MGTK_RELAY, MGTK::HiliteMenu, last_menu_click_params
yax_call JUMP_TABLE_MGTK_RELAY, MGTK::HiliteMenu, menu_click_params
jsr dump_screen
yax_call JUMP_TABLE_MGTK_RELAY, MGTK::HiliteMenu, last_menu_click_params
yax_call JUMP_TABLE_MGTK_RELAY, MGTK::HiliteMenu, menu_click_params
yax_call JUMP_TABLE_MGTK_RELAY, MGTK::ShowCursor, 0
rts
.proc menu_click_params
menu_id:.byte 1 ; ID of Apple menu
item_num:.byte 0
.endproc
;;; ============================================================
.proc dump_screen