Пример #1
0
void Arm7Reset()
{
#if defined FBA_DEBUG
	if (!DebugCPU_ARM7Initted) bprintf(PRINT_ERROR, _T("Arm7Reset called without init\n"));
#endif

    // must call core reset
    arm7_core_reset();
}
Пример #2
0
static void arm7_reset(void)
{
	//must call core reset
	arm7_core_reset();
}