From 34891053bed6e161e8cdd9712e61c6c9dd7b105b Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 30 Jun 2017 18:42:52 -0700 Subject: Make drag and drop play nice with the menu --- menu.s68 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'menu.s68') diff --git a/menu.s68 b/menu.s68 index 9eb8160..68c1442 100644 --- a/menu.s68 +++ b/menu.s68 @@ -214,6 +214,10 @@ int_6: move.b d1, d0 move.l d0, (a1) startdma $C000, VDP_VRAM_WRITE + + move.w (menu_port+4*7), d0 + btst #0, d0 + bne show_pause_menu ;read gamepad/mouse in port 1 lea PAD1_DATA, a2 -- cgit v1.2.3