blob: 4c8612864c30c5602b7c9bc1f0bf0915467e00ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "MI_init.h"
#include "nitro/types.h"
#include "function_target.h"
#include "MI_dma.h"
#include "MI_wram.h"
ARM_FUNC void MI_Init(void)
{
MI_SetWramBank(MI_WRAM_ARM7_ALL);
MI_StopDma(0);
}
|