diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-30 18:42:52 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-30 18:42:52 -0700 |
commit | 34891053bed6e161e8cdd9712e61c6c9dd7b105b (patch) | |
tree | a3c6f613bc543d76f073856d1c8f80fb098ca5ed /menu.s68 | |
parent | 1240507f74c90dbbadb4a0bb5a1f8c366222e18d (diff) |
Make drag and drop play nice with the menu
Diffstat (limited to 'menu.s68')
-rw-r--r-- | menu.s68 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |