summaryrefslogtreecommitdiff
path: root/menu.s68
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-06-30 18:42:52 -0700
committerMichael Pavone <pavone@retrodev.com>2017-06-30 18:42:52 -0700
commit34891053bed6e161e8cdd9712e61c6c9dd7b105b (patch)
treea3c6f613bc543d76f073856d1c8f80fb098ca5ed /menu.s68
parent1240507f74c90dbbadb4a0bb5a1f8c366222e18d (diff)
Make drag and drop play nice with the menu
Diffstat (limited to 'menu.s68')
-rw-r--r--menu.s684
1 files changed, 4 insertions, 0 deletions
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