comparison menu.s68 @ 1423:9a3e003bdcb3

Make drag and drop play nice with the menu
author Michael Pavone <pavone@retrodev.com>
date Fri, 30 Jun 2017 18:42:52 -0700
parents 2b34469e3f81
children e2bd03ed3190
comparison
equal deleted inserted replaced
1422:2b34469e3f81 1423:9a3e003bdcb3
212 swap d0 212 swap d0
213 lsr.w #8, d1 213 lsr.w #8, d1
214 move.b d1, d0 214 move.b d1, d0
215 move.l d0, (a1) 215 move.l d0, (a1)
216 startdma $C000, VDP_VRAM_WRITE 216 startdma $C000, VDP_VRAM_WRITE
217
218 move.w (menu_port+4*7), d0
219 btst #0, d0
220 bne show_pause_menu
217 221
218 ;read gamepad/mouse in port 1 222 ;read gamepad/mouse in port 1
219 lea PAD1_DATA, a2 223 lea PAD1_DATA, a2
220 224
221 bsr io_read 225 bsr io_read