#include "ActNo.h"
//ްŽ
//==============================================================================
//ްŽ̫
BoDef
	on	set		goto	.set
end
//------------------------------------------------------------------------------
.set
	act	DirLyr_LcdUi<<16|	LcdUi_BoUi		//ްŽUI
	act	DirLyr_LcdBg<<16|	LcdCmd_Bonus		//ްŽBG
	act	DirLyr_LcdFg<<16|	LcdCmd_BoAcTe		//ްŽ~
	act	DirLyr_LedBg<<16|	LedCmd_Bonus		//ްŽBG
	act	DirLyr_LedFg<<16|	0
	act	DirLyr_SndBg<<16|	SndBgm_Bonus		//ްŽBGM
	act	DirLyr_SndSe<<16|	0
//	act	DirLyr_Prg  <<16|	
end
//==============================================================================
//ްŽް
BoGame
	on	set		goto	.set
	on	st		goto	.st
	on	3on		goto	.3off
	on	bet		goto	.bet
end
//------------------------------------------------------------------------------
.set
	act	DirLyr_LcdUi<<16|	LcdUi_BoUi		//ްŽUI
	act	DirLyr_LcdBg<<16|	LcdCmd_Bonus		//ްŽBG
	act	DirLyr_LcdFg<<16|	LcdCmd_BoAcTe		//ްŽ~
	act	DirLyr_LedBg<<16|	LedCmd_Bonus		//ްŽBG
	act	DirLyr_LedFg<<16|	0
	act	DirLyr_SndBg<<16|	SndBgm_Bonus		//ްŽBGM
	act	DirLyr_SndSe<<16|	0
//	act	DirLyr_Prg  <<16|	
end
//------------------------------------------------------------------------------
.st
//	act	DirLyr_LcdUi<<16|	
//	act	DirLyr_LcdBg<<16|	
	act	DirLyr_LcdFg<<16|	LcdCmd_BoAcKt		//ްŽ]
//	act	DirLyr_LedBg<<16|	
//	act	DirLyr_LedFg<<16|	
//	act	DirLyr_SndBg<<16|	
	act	DirLyr_SndSe<<16|	SndSe_BoAcKt		//ްŽ]
//	act	DirLyr_Prg  <<16|	
end
//------------------------------------------------------------------------------
.3off
//	act	DirLyr_LcdUi<<16|	
//	act	DirLyr_LcdBg<<16|	
	act	DirLyr_LcdFg<<16|	LcdCmd_BoGet		//ްŽGet
//	act	DirLyr_LedBg<<16|	
	act	DirLyr_LedFg<<16|	LedCmd_BoGet		//ްŽGet
//	act	DirLyr_SndBg<<16|	
	act	DirLyr_SndSe<<16|	SndSe_BoGet		//ްŽGet
//	act	DirLyr_Prg  <<16|	
end
//------------------------------------------------------------------------------
.bet
	act	DirLyr_LcdUi<<16|	LcdUi_BoUi		//ްŽUI
	act	DirLyr_LcdBg<<16|	LcdCmd_Bonus		//ްŽBG
	act	DirLyr_LcdFg<<16|	LcdCmd_BoAcTe		//ްŽ~
	act	DirLyr_LedBg<<16|	LedCmd_Bonus		//ްŽBG
	act	DirLyr_LedFg<<16|	0
	act	DirLyr_SndBg<<16|	SndBgm_Bonus		//ްŽBGM
	act	DirLyr_SndSe<<16|	0
//	act	DirLyr_Prg  <<16|	
end
//==============================================================================
//ްŽI
BoEnd
	on	set		goto	.set
end
//------------------------------------------------------------------------------
.set
	act	DirLyr_LcdUi<<16|	0
	act	DirLyr_LcdBg<<16|	LcdCmd_BoEnd		//ްŽI
	act	DirLyr_LcdFg<<16|	0
	act	DirLyr_LedBg<<16|	LedCmd_BoEnd		//ްŽI
	act	DirLyr_LedFg<<16|	0
	act	DirLyr_SndBg<<16|	SndBgm_BoEnd		//ްŽI
	act	DirLyr_SndSe<<16|	0
//	act	DirLyr_Prg  <<16|	
end
