;**********************************************************************
;*             SFX resister initialize                                *
;*                              (include file)                        *
;**********************************************************************
;
; PBR   PC      DBR   SP    D     C(A,B)  X     Y     P(NVMXDIZC)   E
; 00    (FFFC)	00	  01**  0000  00**    00**  00**    **1101**    1
;----------------------------------------------------------------------
;
;
;		prog
Initial_SFX
		native
		sei
		rep	#00001001b
		xce 
		mem8
		idx8
		stz	!NMI_control	;NMI disable
					;H,Vtimer disable
					;joystick disable
		stz	!DMA_syncro	;H-DMA chanel 
		lda	#10001111b
		sta	!PPU_control	;224 dot mode
					;not interless mode
					;not super inpose
					;blanking on
					;fade out max
		tsc			;stack pointa>>>A resister
		lda	#0ffh
	 	tcs			;A resister>>>stack pointa
