view src/cs/system/main/main.c @ 693:c6deddb5e91d
helpers/mokosrec2bin.c: sync with master version in freecalypso-tools
The only diff is that the fill byte now defaults to 0xFF.
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Fri, 16 Oct 2020 05:05:01 +0000 (2020-10-16) |
parents |
838eeafb0051 |
children |
|
line source
/* trivial reconstruction from disassembly */
Application_Initialize()
{
Init_Target();
Init_Drivers();
Cust_Init_Layer1();
Init_Serial_Flows();
StartFrame();
Init_Unmask_IT();
}