tremble upon the NDMA implementation

that doesn't do much beyond getting stuck
This commit is contained in:
Arisotura
2019-06-18 22:54:07 +02:00
parent 841122bc51
commit d6bbc6f0f1
7 changed files with 556 additions and 9 deletions

View File

@ -101,7 +101,7 @@ enum
IRQ2_DSi_GPIO18_0 = 0,
IRQ2_DSi_GPIO18_1,
IRQ2_DSi_GPIO18_2,
IRQ2_DSi_Unused35,
IRQ2_DSi_Unused3,
IRQ2_DSi_GPIO33_0,
IRQ2_DSi_Headphone,
IRQ2_DSi_PowerButton,
@ -138,7 +138,6 @@ extern u64 ARM9Timestamp, ARM9Target;
extern u64 ARM7Timestamp, ARM7Target;
extern u32 ARM9ClockShift;
// hax
extern u32 IME[2];
extern u32 IE[2];
extern u32 IF[2];
@ -146,6 +145,8 @@ extern u32 IE2;
extern u32 IF2;
extern Timer Timers[8];
extern u32 CPUStop;
extern u16 PowerControl9;
extern u16 ExMemCnt[2];