
	;new version of ks1.3 remrad, cbm had bug, didnt clear
	;coolcapture. bug fixed on ks2+ (i hope?)
	
	;by shagratt/LSD
	
	section	ddp,code

	move.l	4,a6
	
	move.l	#task,a1
	jsr	-294(a6)		; find task
	cmp.l	#0,d0
	beq	no_task	
	
	move.l	d0,a1
	jsr	-288(a6)		; rem task
		
no_task:
	move.l	#0,$222(a6)
	move.l	#0,$226(a6)
	move.l	#0,$22a(a6)

	clr.l	d0
	rts


task:	dc.b	"RAD",0

	dc.b	"RemRad - by Shagratt/LSD"
	
	
