aboutsummaryrefslogtreecommitdiff
path: root/src/CP15.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CP15.h')
-rw-r--r--src/CP15.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CP15.h b/src/CP15.h
index 1b92191..a01034c 100644
--- a/src/CP15.h
+++ b/src/CP15.h
@@ -22,6 +22,9 @@
namespace CP15
{
+extern u8 ITCM[0x8000];
+extern u32 ITCMSize;
+
void Reset();
void DoSavestate(Savestate* file);
@@ -41,6 +44,8 @@ bool HandleDataWrite8(u32 addr, u8 val, u32 forceuser=0);
bool HandleDataWrite16(u32 addr, u16 val, u32 forceuser=0);
bool HandleDataWrite32(u32 addr, u32 val, u32 forceuser=0);
+bool GetCodeMemRegion(u32 addr, NDS::MemRegion* region);
+
}
#endif