blob: 4556e95a269362278a5ee9c94007aeecf68dc8bc (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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);
}
|