Exemplo n.º 1
0
//=========================================================================
//----- (0000895C) --------------------------------------------------------
__myevic__ void InitVariables()
{
	InitDataFlash();
	LEDGetColor();
	KeyPressTime |= 0x8000;
	LastInputs |= 0x80;
	byte_200000B3 = 1;
	gFlags.draw_edited_item = 1;
	gFlags.refresh_battery = 1;
	gFlags.read_battery = 1;
	gFlags.read_bir = 1;
	WattsInc = dfStatus.onewatt ? 10 : 1;
	RoundPowers();
	AtoMinVolts = 50;
	AtoMaxVolts = MaxVolts;
	AtoMinPower = 10;
	AtoMaxPower = MaxPower;
	Object3D = 1;
	AtoTemp = 70;
}
Exemplo n.º 2
0
void InitRomFile(void)
{
	DF_Init();
	InitDataFlash();
}