;**********************************************************************
;**********************************************************************
;*             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
		emulation
		clc
		xce
		native
		mem8
		idx8
		stz	!NMI_control
		stz	!DMA_syncro
		lda	#00010000b
		sta	!PPU_control	;blanking on
		tsc			;stack pointa>>>A resister
		lda	#0ffh
		tcs			;A resister>>>stack pointa
		stz	!Out_expansive
		sta	!Out_auxilary
;
